-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider: Introduce tag resource generator, new aws_dynamodb_tag and aws_ecs_tag resources #13783
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e766fe8 - Browse repository at this point
Copy the full SHA e766fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b010df - Browse repository at this point
Copy the full SHA 0b010dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for af91aa9 - Browse repository at this point
Copy the full SHA af91aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fa902 - Browse repository at this point
Copy the full SHA 97fa902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee1fb4 - Browse repository at this point
Copy the full SHA 3ee1fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c788eec - Browse repository at this point
Copy the full SHA c788eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c48fbde - Browse repository at this point
Copy the full SHA c48fbdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a3027 - Browse repository at this point
Copy the full SHA e3a3027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 624ac04 - Browse repository at this point
Copy the full SHA 624ac04View commit details -
d/aws_vpc: Use 'namevaluefilters'.
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsVpc_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws/ -v -count 1 -parallel 2 -run=TestAccDataSourceAwsVpc_ -timeout 120m === RUN TestAccDataSourceAwsVpc_basic === PAUSE TestAccDataSourceAwsVpc_basic === RUN TestAccDataSourceAwsVpc_ipv6Associated === PAUSE TestAccDataSourceAwsVpc_ipv6Associated === RUN TestAccDataSourceAwsVpc_multipleCidr === PAUSE TestAccDataSourceAwsVpc_multipleCidr === CONT TestAccDataSourceAwsVpc_basic === CONT TestAccDataSourceAwsVpc_multipleCidr --- PASS: TestAccDataSourceAwsVpc_basic (40.39s) === CONT TestAccDataSourceAwsVpc_ipv6Associated --- PASS: TestAccDataSourceAwsVpc_multipleCidr (64.11s) --- PASS: TestAccDataSourceAwsVpc_ipv6Associated (40.41s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 80.853s
Configuration menu - View commit details
-
Copy full SHA for 2487452 - Browse repository at this point
Copy the full SHA 2487452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0088c - Browse repository at this point
Copy the full SHA 3e0088cView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2c3cf - Browse repository at this point
Copy the full SHA de2c3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6696b1 - Browse repository at this point
Copy the full SHA b6696b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0af1e7 - Browse repository at this point
Copy the full SHA c0af1e7View commit details -
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsVpc_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsVpc_ -timeout 120m === RUN TestAccDataSourceAwsVpc_basic === PAUSE TestAccDataSourceAwsVpc_basic === RUN TestAccDataSourceAwsVpc_ipv6Associated === PAUSE TestAccDataSourceAwsVpc_ipv6Associated === RUN TestAccDataSourceAwsVpc_multipleCidr === PAUSE TestAccDataSourceAwsVpc_multipleCidr === CONT TestAccDataSourceAwsVpc_basic === CONT TestAccDataSourceAwsVpc_multipleCidr === CONT TestAccDataSourceAwsVpc_ipv6Associated --- PASS: TestAccDataSourceAwsVpc_basic (29.13s) --- PASS: TestAccDataSourceAwsVpc_ipv6Associated (29.44s) --- PASS: TestAccDataSourceAwsVpc_multipleCidr (52.13s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 52.183s $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAutoscalingGroups_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAutoscalingGroups_ -timeout 120m === RUN TestAccAWSAutoscalingGroups_basic === PAUSE TestAccAWSAutoscalingGroups_basic === CONT TestAccAWSAutoscalingGroups_basic --- PASS: TestAccAWSAutoscalingGroups_basic (66.92s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 66.972s $ TEST=./aws SWEEP=us-west-2,us-east-1 SWEEPARGS=-sweep-run=aws_db_cluster_snapshot make sweep WARNING: This will destroy infrastructure. Use only in development accounts. go test ./aws -v -sweep=us-west-2,us-east-1 -sweep-run=aws_db_cluster_snapshot -timeout 60m 2020/10/24 17:18:59 [DEBUG] Running Sweepers for region (us-west-2): 2020/10/24 17:18:59 [DEBUG] Running Sweeper (aws_db_cluster_snapshot) in region (us-west-2) 2020/10/24 17:18:59 [INFO] AWS Auth provider used: "EnvProvider" 2020/10/24 17:18:59 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2020/10/24 17:18:59 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2020/10/24 17:19:00 Sweeper Tests ran successfully: - aws_db_cluster_snapshot 2020/10/24 17:19:00 [DEBUG] Running Sweepers for region (us-east-1): 2020/10/24 17:19:00 [DEBUG] Running Sweeper (aws_db_cluster_snapshot) in region (us-east-1) 2020/10/24 17:19:00 [INFO] AWS Auth provider used: "EnvProvider" 2020/10/24 17:19:00 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2020/10/24 17:19:00 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2020/10/24 17:19:01 Sweeper Tests ran successfully: - aws_db_cluster_snapshot ok github.com/terraform-providers/terraform-provider-aws/aws 1.803s
Configuration menu - View commit details
-
Copy full SHA for 75dac12 - Browse repository at this point
Copy the full SHA 75dac12View commit details -
Allow 'namevaluesfilters' internal package to implement functionality…
… for multiple AWS services.
Configuration menu - View commit details
-
Copy full SHA for a76445b - Browse repository at this point
Copy the full SHA a76445bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a121d - Browse repository at this point
Copy the full SHA c2a121dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e866d - Browse repository at this point
Copy the full SHA 87e866dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2388347 - Browse repository at this point
Copy the full SHA 2388347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dbfb60 - Browse repository at this point
Copy the full SHA 2dbfb60View commit details -
internal/tagresource: Initial generator for individual tag resources,…
… switch aws_ec2_tag implementation Reference: #9061 Output from acceptance testing: ``` --- PASS: TestAccAWSEc2Tag_disappears (429.66s) --- PASS: TestAccAWSEc2Tag_Value (530.85s) --- PASS: TestAccAWSEc2Tag_basic (537.38s) ```
Configuration menu - View commit details
-
Copy full SHA for d03884f - Browse repository at this point
Copy the full SHA d03884fView commit details -
Reference: #11951 Output from acceptance testing: ``` --- PASS: TestAccAWSEcsTag_disappears (29.26s) --- PASS: TestAccAWSEcsTag_basic (31.50s) --- PASS: TestAccAWSEcsTag_Value (42.11s) --- PASS: TestAccAWSEcsTag_ResourceArn_BatchComputeEnvironment (46.40s) ```
Configuration menu - View commit details
-
Copy full SHA for 4ae3b73 - Browse repository at this point
Copy the full SHA 4ae3b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819627f - Browse repository at this point
Copy the full SHA 819627fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64fc37a - Browse repository at this point
Copy the full SHA 64fc37aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5096374 - Browse repository at this point
Copy the full SHA 5096374View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddca357 - Browse repository at this point
Copy the full SHA ddca357View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb53bf7 - Browse repository at this point
Copy the full SHA cb53bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 487648a - Browse repository at this point
Copy the full SHA 487648aView commit details -
provider: Update tag generation to Terraform Plugin SDK v2 and add Er…
…rorCheck in tests
Configuration menu - View commit details
-
Copy full SHA for c968998 - Browse repository at this point
Copy the full SHA c968998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c615e - Browse repository at this point
Copy the full SHA 83c615eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b81518 - Browse repository at this point
Copy the full SHA 8b81518View commit details -
provider: Use ServiceID constant in generated tag resource errors and…
… ensure errors are properly returned
Configuration menu - View commit details
-
Copy full SHA for 51c03bc - Browse repository at this point
Copy the full SHA 51c03bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b989ec0 - Browse repository at this point
Copy the full SHA b989ec0View commit details -
tests/resource/aws_dynamodb_tag: Modernize cross-region test configur…
…ation for Terraform Plugin SDK v2 Output from acceptance testing: ``` --- PASS: TestAccAWSDynamodbTag_basic (37.69s) --- PASS: TestAccAWSDynamodbTag_disappears (41.74s) --- PASS: TestAccAWSDynamodbTag_ResourceArn_TableReplica (259.64s) --- PASS: TestAccAWSDynamodbTag_Value (53.88s) --- PASS: TestAccAWSEc2Tag_basic (592.92s) --- PASS: TestAccAWSEc2Tag_disappears (576.53s) --- PASS: TestAccAWSEc2Tag_Value (714.84s) --- PASS: TestAccAWSEcsTag_basic (41.02s) --- PASS: TestAccAWSEcsTag_disappears (40.40s) --- PASS: TestAccAWSEcsTag_ResourceArn_BatchComputeEnvironment (54.92s) --- PASS: TestAccAWSEcsTag_Value (50.42s) ```
Configuration menu - View commit details
-
Copy full SHA for d598f5a - Browse repository at this point
Copy the full SHA d598f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 882dff2 - Browse repository at this point
Copy the full SHA 882dff2View commit details
Commits on Aug 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 98b76e8 - Browse repository at this point
Copy the full SHA 98b76e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cf07f - Browse repository at this point
Copy the full SHA 68cf07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0adfe92 - Browse repository at this point
Copy the full SHA 0adfe92View commit details -
% make testacc TESTARGS='-run=TestAccAWSDynamodbTag_\|TestAccAWSEc2Tag_\|TestAccAWSEcsTag_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDynamodbTag_\|TestAccAWSEc2Tag_\|TestAccAWSEcsTag_ -timeout 180m === RUN TestAccAWSDynamodbTag_basic === PAUSE TestAccAWSDynamodbTag_basic === RUN TestAccAWSDynamodbTag_disappears === PAUSE TestAccAWSDynamodbTag_disappears === RUN TestAccAWSDynamodbTag_ResourceArn_TableReplica === PAUSE TestAccAWSDynamodbTag_ResourceArn_TableReplica === RUN TestAccAWSDynamodbTag_Value === PAUSE TestAccAWSDynamodbTag_Value === RUN TestAccAWSEc2Tag_basic === PAUSE TestAccAWSEc2Tag_basic === RUN TestAccAWSEc2Tag_disappears === PAUSE TestAccAWSEc2Tag_disappears === RUN TestAccAWSEc2Tag_Value === PAUSE TestAccAWSEc2Tag_Value === RUN TestAccAWSEcsTag_basic === PAUSE TestAccAWSEcsTag_basic === RUN TestAccAWSEcsTag_disappears === PAUSE TestAccAWSEcsTag_disappears === RUN TestAccAWSEcsTag_ResourceArn_BatchComputeEnvironment === PAUSE TestAccAWSEcsTag_ResourceArn_BatchComputeEnvironment === RUN TestAccAWSEcsTag_Value === PAUSE TestAccAWSEcsTag_Value === CONT TestAccAWSDynamodbTag_basic === CONT TestAccAWSEc2Tag_Value === CONT TestAccAWSDynamodbTag_disappears === CONT TestAccAWSEcsTag_basic === CONT TestAccAWSDynamodbTag_Value === CONT TestAccAWSEc2Tag_disappears === CONT TestAccAWSEc2Tag_basic === CONT TestAccAWSEcsTag_ResourceArn_BatchComputeEnvironment === CONT TestAccAWSDynamodbTag_ResourceArn_TableReplica === CONT TestAccAWSEcsTag_Value === CONT TestAccAWSEcsTag_disappears --- PASS: TestAccAWSDynamodbTag_disappears (27.72s) --- PASS: TestAccAWSDynamodbTag_basic (30.17s) --- PASS: TestAccAWSEcsTag_disappears (30.37s) --- PASS: TestAccAWSEcsTag_basic (33.00s) --- PASS: TestAccAWSEcsTag_ResourceArn_BatchComputeEnvironment (40.65s) --- PASS: TestAccAWSEcsTag_Value (43.02s) --- PASS: TestAccAWSDynamodbTag_Value (47.20s) --- PASS: TestAccAWSDynamodbTag_ResourceArn_TableReplica (235.23s) --- PASS: TestAccAWSEc2Tag_disappears (587.96s) --- PASS: TestAccAWSEc2Tag_basic (642.95s) --- PASS: TestAccAWSEc2Tag_Value (723.77s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 727.053s
Configuration menu - View commit details
-
Copy full SHA for 454c2dd - Browse repository at this point
Copy the full SHA 454c2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5689893 - Browse repository at this point
Copy the full SHA 5689893View commit details -
Use 'tfresource.RetryWhenNotFound' in CreateTags.
Acceptance test output: % make testacc TESTARGS='-run=TestAccAWSEc2Tag_basic' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSEc2Tag_basic -timeout 180m === RUN TestAccAWSEc2Tag_basic === PAUSE TestAccAWSEc2Tag_basic === CONT TestAccAWSEc2Tag_basic --- PASS: TestAccAWSEc2Tag_basic (643.11s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 646.359s
Configuration menu - View commit details
-
Copy full SHA for 49cc3e2 - Browse repository at this point
Copy the full SHA 49cc3e2View commit details