-
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
Support for tags aws_shield_protection
#19168
Conversation
aws_shield_protection
for aws_shield_protection to Add `tags` argument
7026158
to
bab0ba0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSShieldProtection_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSShieldProtection_ -timeout 180m
=== RUN TestAccAWSShieldProtection_GlobalAccelerator
=== PAUSE TestAccAWSShieldProtection_GlobalAccelerator
=== RUN TestAccAWSShieldProtection_ElasticIPAddress
=== PAUSE TestAccAWSShieldProtection_ElasticIPAddress
=== RUN TestAccAWSShieldProtection_disappears
=== PAUSE TestAccAWSShieldProtection_disappears
=== RUN TestAccAWSShieldProtection_Alb
=== PAUSE TestAccAWSShieldProtection_Alb
=== RUN TestAccAWSShieldProtection_Elb
=== PAUSE TestAccAWSShieldProtection_Elb
=== RUN TestAccAWSShieldProtection_Cloudfront
=== PAUSE TestAccAWSShieldProtection_Cloudfront
=== RUN TestAccAWSShieldProtection_Cloudfront_Tags
=== PAUSE TestAccAWSShieldProtection_Cloudfront_Tags
=== RUN TestAccAWSShieldProtection_Route53
=== PAUSE TestAccAWSShieldProtection_Route53
=== CONT TestAccAWSShieldProtection_GlobalAccelerator
=== CONT TestAccAWSShieldProtection_Cloudfront
=== CONT TestAccAWSShieldProtection_Route53
=== CONT TestAccAWSShieldProtection_Elb
=== CONT TestAccAWSShieldProtection_Alb
=== CONT TestAccAWSShieldProtection_ElasticIPAddress
=== CONT TestAccAWSShieldProtection_Cloudfront_Tags
=== CONT TestAccAWSShieldProtection_disappears
--- PASS: TestAccAWSShieldProtection_disappears (16.14s)
--- PASS: TestAccAWSShieldProtection_ElasticIPAddress (17.82s)
--- PASS: TestAccAWSShieldProtection_Route53 (46.84s)
--- PASS: TestAccAWSShieldProtection_Elb (47.71s)
--- PASS: TestAccAWSShieldProtection_GlobalAccelerator (71.07s)
--- PASS: TestAccAWSShieldProtection_Cloudfront_Tags (177.99s)
--- PASS: TestAccAWSShieldProtection_Cloudfront (183.34s)
--- PASS: TestAccAWSShieldProtection_Alb (195.84s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 198.861s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSShieldProtection_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSShieldProtection_ -timeout 180m
=== RUN TestAccAWSShieldProtection_GlobalAccelerator
=== PAUSE TestAccAWSShieldProtection_GlobalAccelerator
=== RUN TestAccAWSShieldProtection_ElasticIPAddress
=== PAUSE TestAccAWSShieldProtection_ElasticIPAddress
=== RUN TestAccAWSShieldProtection_disappears
=== PAUSE TestAccAWSShieldProtection_disappears
=== RUN TestAccAWSShieldProtection_Alb
=== PAUSE TestAccAWSShieldProtection_Alb
=== RUN TestAccAWSShieldProtection_Elb
=== PAUSE TestAccAWSShieldProtection_Elb
=== RUN TestAccAWSShieldProtection_Cloudfront
=== PAUSE TestAccAWSShieldProtection_Cloudfront
=== RUN TestAccAWSShieldProtection_Cloudfront_Tags
=== PAUSE TestAccAWSShieldProtection_Cloudfront_Tags
=== RUN TestAccAWSShieldProtection_Route53
=== PAUSE TestAccAWSShieldProtection_Route53
=== CONT TestAccAWSShieldProtection_GlobalAccelerator
=== CONT TestAccAWSShieldProtection_Cloudfront
=== CONT TestAccAWSShieldProtection_Route53
=== CONT TestAccAWSShieldProtection_Cloudfront_Tags
=== CONT TestAccAWSShieldProtection_Alb
=== CONT TestAccAWSShieldProtection_disappears
=== CONT TestAccAWSShieldProtection_ElasticIPAddress
=== CONT TestAccAWSShieldProtection_Elb
=== CONT TestAccAWSShieldProtection_GlobalAccelerator
provider_test.go:721: skipping tests; partition aws-us-gov does not support shield service
=== CONT TestAccAWSShieldProtection_Cloudfront
provider_test.go:721: skipping tests; partition aws-us-gov does not support shield service
=== CONT TestAccAWSShieldProtection_Route53
provider_test.go:721: skipping tests; partition aws-us-gov does not support shield service
--- SKIP: TestAccAWSShieldProtection_Cloudfront (1.36s)
--- SKIP: TestAccAWSShieldProtection_GlobalAccelerator (1.36s)
--- SKIP: TestAccAWSShieldProtection_Route53 (1.36s)
=== CONT TestAccAWSShieldProtection_Elb
provider_test.go:721: skipping tests; partition aws-us-gov does not support shield service
--- SKIP: TestAccAWSShieldProtection_Elb (1.36s)
=== CONT TestAccAWSShieldProtection_Cloudfront_Tags
provider_test.go:721: skipping tests; partition aws-us-gov does not support shield service
--- SKIP: TestAccAWSShieldProtection_Cloudfront_Tags (1.36s)
=== CONT TestAccAWSShieldProtection_ElasticIPAddress
provider_test.go:721: skipping tests; partition aws-us-gov does not support shield service
=== CONT TestAccAWSShieldProtection_disappears
provider_test.go:721: skipping tests; partition aws-us-gov does not support shield service
--- SKIP: TestAccAWSShieldProtection_ElasticIPAddress (1.36s)
--- SKIP: TestAccAWSShieldProtection_disappears (1.36s)
=== CONT TestAccAWSShieldProtection_Alb
provider_test.go:721: skipping tests; partition aws-us-gov does not support shield service
--- SKIP: TestAccAWSShieldProtection_Alb (1.36s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 4.213s
@cob16 Thanks for the contribution 👏. |
This has been released in version 3.39.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Output from acceptance testing:
Relates: #13826.
Closes: #18046.