Skip to content

Commit

Permalink
issue 1146 add emr instance fleet
Browse files Browse the repository at this point in the history
  • Loading branch information
c4po committed Jun 25, 2020
1 parent 64ca995 commit 0ab6476
Show file tree
Hide file tree
Showing 9 changed files with 2,077 additions and 40 deletions.
3 changes: 3 additions & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ func Provider() terraform.ResourceProvider {
"aws_ecs_task_definition": dataSourceAwsEcsTaskDefinition(),
"aws_customer_gateway": dataSourceAwsCustomerGateway(),
"aws_efs_access_point": dataSourceAwsEfsAccessPoint(),
"aws_efs_access_points": dataSourceAwsEfsAccessPoints(),
"aws_efs_file_system": dataSourceAwsEfsFileSystem(),
"aws_efs_mount_target": dataSourceAwsEfsMountTarget(),
"aws_eip": dataSourceAwsEip(),
Expand Down Expand Up @@ -598,6 +599,7 @@ func Provider() terraform.ResourceProvider {
"aws_elb_attachment": resourceAwsElbAttachment(),
"aws_emr_cluster": resourceAwsEMRCluster(),
"aws_emr_instance_group": resourceAwsEMRInstanceGroup(),
"aws_emr_instance_fleet": resourceAwsEMRInstanceFleet(),
"aws_emr_security_configuration": resourceAwsEMRSecurityConfiguration(),
"aws_flow_log": resourceAwsFlowLog(),
"aws_fsx_lustre_file_system": resourceAwsFsxLustreFileSystem(),
Expand Down Expand Up @@ -911,6 +913,7 @@ func Provider() terraform.ResourceProvider {
"aws_wafv2_rule_group": resourceAwsWafv2RuleGroup(),
"aws_wafv2_web_acl": resourceAwsWafv2WebACL(),
"aws_wafv2_web_acl_association": resourceAwsWafv2WebACLAssociation(),
"aws_wafv2_web_acl_logging_configuration": resourceAwsWafv2WebACLLoggingConfiguration(),
"aws_worklink_fleet": resourceAwsWorkLinkFleet(),
"aws_worklink_website_certificate_authority_association": resourceAwsWorkLinkWebsiteCertificateAuthorityAssociation(),
"aws_workspaces_directory": resourceAwsWorkspacesDirectory(),
Expand Down
Loading

0 comments on commit 0ab6476

Please sign in to comment.