-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
New resource: aws_apigatewayv2_domain_name #9391
New resource: aws_apigatewayv2_domain_name #9391
Conversation
698e3f1
to
1bd8a4f
Compare
1bd8a4f
to
1499fe1
Compare
Test sweeper: $ SWEEP=us-east-2 SWEEPARGS=-sweep-run=aws_api_gateway_v2_domain_name make sweep
WARNING: This will destroy infrastructure. Use only in development accounts.
go test ./... -v -sweep=us-east-2 -sweep-run=aws_api_gateway_v2_domain_name
? github.com/terraform-providers/terraform-provider-aws [no test files]
2019/07/23 14:14:18 [DEBUG] Running Sweepers for region (us-east-2):
2019/07/23 14:14:18 [INFO] Building AWS auth structure
2019/07/23 14:14:18 [INFO] Setting AWS metadata API timeout to 100ms
2019/07/23 14:14:19 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019/07/23 14:14:19 [INFO] AWS Auth provider used: "EnvProvider"
2019/07/23 14:14:19 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019/07/23 14:14:19 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019/07/23 14:14:20 [INFO] Deleting API Gateway v2 domain name: ewbankkit.example.com
2019/07/23 14:14:26 Sweeper Tests ran:
- aws_api_gateway_v2_domain_name
ok github.com/terraform-providers/terraform-provider-aws/aws 7.720s |
098a15f
to
9e087e0
Compare
Rebased to fix merge conflict. |
This comment has been minimized.
This comment has been minimized.
After merge of #8842, incorporate all the feedback:
|
29f6106
to
8ec0afc
Compare
211554d
to
cc9aac0
Compare
Renamed resource to $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2DomainName_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2DomainName_ -timeout 120m
=== RUN TestAccAWSAPIGatewayV2DomainName_basic
=== PAUSE TestAccAWSAPIGatewayV2DomainName_basic
=== RUN TestAccAWSAPIGatewayV2DomainName_disappears
=== PAUSE TestAccAWSAPIGatewayV2DomainName_disappears
=== RUN TestAccAWSAPIGatewayV2DomainName_Tags
=== PAUSE TestAccAWSAPIGatewayV2DomainName_Tags
=== RUN TestAccAWSAPIGatewayV2DomainName_UpdateCertificate
=== PAUSE TestAccAWSAPIGatewayV2DomainName_UpdateCertificate
=== CONT TestAccAWSAPIGatewayV2DomainName_basic
=== CONT TestAccAWSAPIGatewayV2DomainName_UpdateCertificate
=== CONT TestAccAWSAPIGatewayV2DomainName_Tags
=== CONT TestAccAWSAPIGatewayV2DomainName_disappears
--- PASS: TestAccAWSAPIGatewayV2DomainName_disappears (26.83s)
--- PASS: TestAccAWSAPIGatewayV2DomainName_UpdateCertificate (147.36s)
--- PASS: TestAccAWSAPIGatewayV2DomainName_Tags (185.33s)
--- PASS: TestAccAWSAPIGatewayV2DomainName_basic (251.60s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 252.396s |
ca570eb
to
f5c038d
Compare
This is now ready for review. |
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 🚀
--- PASS: TestAccAWSAPIGatewayV2DomainName_disappears (112.07s)
--- PASS: TestAccAWSAPIGatewayV2DomainName_basic (178.03s)
--- PASS: TestAccAWSAPIGatewayV2DomainName_Tags (255.62s)
--- PASS: TestAccAWSAPIGatewayV2DomainName_UpdateCertificate (370.67s)
This has been released in version 2.58.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Another resource for #7004.
Release note for CHANGELOG:
Output from acceptance testing:
Currently based on #8842, will need to rebase once that PR is merged.