Skip to content

Commit dad6fac

Browse files
committed
re-go-fmt after rebase
use us-west-2 region in tests update test with working config provider/aws: Update EMR contribution with passing test, polling for instance in DELETE method remove defaulted role document emr_cluster rename aws_emr -> aws_emr_cluster update docs for name change update delete timeout/polling rename emr taskgroup to emr instance group default instance group count to 0, down from 60 update to ref emr_cluster, emr_instance_group more cleanups for instance groups; need to read and update add read, delete method for instance groups refactor the read method to seperate out the fetching of the specific group more refactoring for finding instance groups update emr instance group docs err check on reading HTTP. Dont' return the error, just log it refactor the create method to catch optionals additional cleanups, added a read method update test to be non-master-only wrap up the READ method for clusters poll for instance group to be running after a modification patch up a possible deref provider/aws: EMR cleanups fix test naming remove outdated docs randomize emr_profile names
1 parent ad8679e commit dad6fac

12 files changed

Lines changed: 2115 additions & 980 deletions

builtin/providers/aws/provider.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ func Provider() terraform.ResourceProvider {
232232
"aws_elasticsearch_domain": resourceAwsElasticSearchDomain(),
233233
"aws_elastictranscoder_pipeline": resourceAwsElasticTranscoderPipeline(),
234234
"aws_elastictranscoder_preset": resourceAwsElasticTranscoderPreset(),
235-
"aws_elb": resourceAwsElb(),
236-
"aws_elb_attachment": resourceAwsElbAttachment(),
237-
"aws_emr": resourceAwsEMR(),
238-
"aws_emr_task_group": resourceAwsEMRTaskGroup(),
239-
"aws_flow_log": resourceAwsFlowLog(),
240-
"aws_glacier_vault": resourceAwsGlacierVault(),
241-
"aws_iam_access_key": resourceAwsIamAccessKey(),
235+
"aws_elb": resourceAwsElb(),
236+
"aws_elb_attachment": resourceAwsElbAttachment(),
237+
"aws_emr_cluster": resourceAwsEMRCluster(),
238+
"aws_emr_instance_group": resourceAwsEMRInstanceGroup(),
239+
"aws_flow_log": resourceAwsFlowLog(),
240+
"aws_glacier_vault": resourceAwsGlacierVault(),
241+
"aws_iam_access_key": resourceAwsIamAccessKey(),
242242
"aws_iam_account_password_policy": resourceAwsIamAccountPasswordPolicy(),
243243
"aws_iam_group_policy": resourceAwsIamGroupPolicy(),
244244
"aws_iam_group": resourceAwsIamGroup(),

builtin/providers/aws/resource_aws_emr.go

Lines changed: 0 additions & 498 deletions
This file was deleted.

0 commit comments

Comments
 (0)