-
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
Add cloudfront_distribution_zone_id to aws_cognito_user_pool_domain #27790
Add cloudfront_distribution_zone_id to aws_cognito_user_pool_domain #27790
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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.
Welcome @larstobi 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
Thank you for your contribution! 🚀 Please note that the Remove any changes to the |
This reverts commit 2b6ab2f.
This reverts commit e86eb6b.
This reverts commit 7770c8b.
This reverts commit e2cb013.
…user_pool_domain" This reverts commit 60f8fe2.
…tests. Acceptance test output: % make testacc TESTARGS='-run=TestAccCognitoIDPUserPoolDomain_basic' PKG=cognitoidp ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 3 -run=TestAccCognitoIDPUserPoolDomain_basic -timeout 180m === RUN TestAccCognitoIDPUserPoolDomain_basic === PAUSE TestAccCognitoIDPUserPoolDomain_basic === CONT TestAccCognitoIDPUserPoolDomain_basic --- PASS: TestAccCognitoIDPUserPoolDomain_basic (29.00s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 36.617s
Acceptance test output: % make testacc TESTARGS='-run=TestAccCognitoIDPUserPoolDomain_basic\|TestAccCognitoIDPUserPoolDomain_disappears' PKG=cognitoidp ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 3 -run=TestAccCognitoIDPUserPoolDomain_basic\|TestAccCognitoIDPUserPoolDomain_disappears -timeout 180m === RUN TestAccCognitoIDPUserPoolDomain_basic === PAUSE TestAccCognitoIDPUserPoolDomain_basic === RUN TestAccCognitoIDPUserPoolDomain_disappears === PAUSE TestAccCognitoIDPUserPoolDomain_disappears === CONT TestAccCognitoIDPUserPoolDomain_basic === CONT TestAccCognitoIDPUserPoolDomain_disappears --- PASS: TestAccCognitoIDPUserPoolDomain_disappears (20.23s) --- PASS: TestAccCognitoIDPUserPoolDomain_basic (22.65s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 29.843s
Acceptance test output: % make testacc TESTARGS='-run=TestAccCognitoIDPUserPoolDomain_basic' PKG=cognitoidp ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 3 -run=TestAccCognitoIDPUserPoolDomain_basic -timeout 180m === RUN TestAccCognitoIDPUserPoolDomain_basic === PAUSE TestAccCognitoIDPUserPoolDomain_basic === CONT TestAccCognitoIDPUserPoolDomain_basic --- PASS: TestAccCognitoIDPUserPoolDomain_basic (21.12s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 27.965s
… attribute. Acceptance test output: % make testacc TESTARGS='-run=TestAccCognitoIDPUserPoolDomain_basic\|TestAccCognitoIDPUserPoolDomain_disappears' PKG=cognitoidp ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 3 -run=TestAccCognitoIDPUserPoolDomain_basic\|TestAccCognitoIDPUserPoolDomain_disappears -timeout 180m === RUN TestAccCognitoIDPUserPoolDomain_basic === PAUSE TestAccCognitoIDPUserPoolDomain_basic === RUN TestAccCognitoIDPUserPoolDomain_disappears === PAUSE TestAccCognitoIDPUserPoolDomain_disappears === CONT TestAccCognitoIDPUserPoolDomain_basic === CONT TestAccCognitoIDPUserPoolDomain_disappears --- PASS: TestAccCognitoIDPUserPoolDomain_disappears (24.03s) --- PASS: TestAccCognitoIDPUserPoolDomain_basic (27.20s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 35.682s
…main_custom'. Acceptance test output: % AWS_DEFAULT_REGION=us-east-1 ACM_CERTIFICATE_ROOT_DOMAIN=example.com make testacc TESTARGS='-run=TestAccCognitoIDPUserPoolDomain_custom' PKG=cognitoidp ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 3 -run=TestAccCognitoIDPUserPoolDomain_custom -timeout 180m === RUN TestAccCognitoIDPUserPoolDomain_custom === PAUSE TestAccCognitoIDPUserPoolDomain_custom === CONT TestAccCognitoIDPUserPoolDomain_custom --- PASS: TestAccCognitoIDPUserPoolDomain_custom (1340.98s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 1346.121s
…oneID'. Acceptance test output: % make testacc TESTARGS='-run=TestAccCloudFrontDistributionDataSource_\|TestAccCloudFrontDistribution_disappears\|TestAccCloudFrontDistribution_enabled\|TestAccCloudFrontDistribution_retainOnDelete' PKG=cloudfront ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 3 -run=TestAccCloudFrontDistributionDataSource_\|TestAccCloudFrontDistribution_disappears\|TestAccCloudFrontDistribution_enabled\|TestAccCloudFrontDistribution_retainOnDelete -timeout 180m === RUN TestAccCloudFrontDistributionDataSource_basic === PAUSE TestAccCloudFrontDistributionDataSource_basic === RUN TestAccCloudFrontDistribution_disappears === PAUSE TestAccCloudFrontDistribution_disappears === RUN TestAccCloudFrontDistribution_enabled === PAUSE TestAccCloudFrontDistribution_enabled === RUN TestAccCloudFrontDistribution_retainOnDelete === PAUSE TestAccCloudFrontDistribution_retainOnDelete === CONT TestAccCloudFrontDistributionDataSource_basic === CONT TestAccCloudFrontDistribution_enabled === CONT TestAccCloudFrontDistribution_retainOnDelete --- PASS: TestAccCloudFrontDistributionDataSource_basic (424.34s) === CONT TestAccCloudFrontDistribution_disappears --- PASS: TestAccCloudFrontDistribution_retainOnDelete (434.92s) --- PASS: TestAccCloudFrontDistribution_enabled (650.99s) --- PASS: TestAccCloudFrontDistribution_disappears (229.03s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 658.754s
Acceptance test output: make testacc TESTARGS='-run=TestAccAPIGatewayDomainName_' PKG=apigateway ACCTEST_PARALLELISM=3 % make testacc TESTARGS='-run=TestAccAPIGatewayDomainName_' PKG=apigateway ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3 -run=TestAccAPIGatewayDomainName_ -timeout 180m === RUN TestAccAPIGatewayDomainName_certificateARN acctest.go:1585: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@Domain or one of the WHOIS contact addresses. --- SKIP: TestAccAPIGatewayDomainName_certificateARN (0.00s) === RUN TestAccAPIGatewayDomainName_certificateName domain_name_test.go:60: Environment variable AWS_API_GATEWAY_DOMAIN_NAME_CERTIFICATE_BODY is not set. This environment variable must be set to any non-empty value with a publicly trusted certificate body to enable the test. --- SKIP: TestAccAPIGatewayDomainName_certificateName (0.00s) === RUN TestAccAPIGatewayDomainName_regionalCertificateARN === PAUSE TestAccAPIGatewayDomainName_regionalCertificateARN === RUN TestAccAPIGatewayDomainName_regionalCertificateName domain_name_test.go:156: Environment variable AWS_API_GATEWAY_DOMAIN_NAME_REGIONAL_CERTIFICATE_NAME_ENABLED is not set. This environment variable must be set to any non-empty value in a region where uploading REGIONAL certificates is allowed to enable the test. --- SKIP: TestAccAPIGatewayDomainName_regionalCertificateName (0.00s) === RUN TestAccAPIGatewayDomainName_securityPolicy === PAUSE TestAccAPIGatewayDomainName_securityPolicy === RUN TestAccAPIGatewayDomainName_tags === PAUSE TestAccAPIGatewayDomainName_tags === RUN TestAccAPIGatewayDomainName_disappears === PAUSE TestAccAPIGatewayDomainName_disappears === RUN TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic acctest.go:1585: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@Domain or one of the WHOIS contact addresses. --- SKIP: TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic (0.00s) === RUN TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership acctest.go:1585: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@Domain or one of the WHOIS contact addresses. --- SKIP: TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership (0.00s) === CONT TestAccAPIGatewayDomainName_regionalCertificateARN === CONT TestAccAPIGatewayDomainName_tags === CONT TestAccAPIGatewayDomainName_securityPolicy === CONT TestAccAPIGatewayDomainName_disappears --- PASS: TestAccAPIGatewayDomainName_regionalCertificateARN (21.13s) --- PASS: TestAccAPIGatewayDomainName_disappears (101.96s) --- PASS: TestAccAPIGatewayDomainName_tags (130.61s) --- PASS: TestAccAPIGatewayDomainName_securityPolicy (179.21s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 184.570s % AWS_DEFAULT_REGION=us-east-1 ACM_CERTIFICATE_ROOT_DOMAIN=example.com make testacc TESTARGS='-run=TestAccAPIGatewayDomainName_certificateARN\|TestAccAPIGatewayDomainName_MutualTLSAuthentication_' PKG=apigateway ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 2 -run=TestAccAPIGatewayDomainName_certificateARN\|TestAccAPIGatewayDomainName_MutualTLSAuthentication_ -timeout 180m === RUN TestAccAPIGatewayDomainName_certificateARN === PAUSE TestAccAPIGatewayDomainName_certificateARN === RUN TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic === PAUSE TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic === RUN TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership === PAUSE TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership === CONT TestAccAPIGatewayDomainName_certificateARN === CONT TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership --- PASS: TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership (99.50s) === CONT TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic --- PASS: TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic (199.75s) --- PASS: TestAccAPIGatewayDomainName_certificateARN (1018.74s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 1023.818s
Acceptance test output: % make testacc TESTARGS='-run=TestAccAPIGatewayDomainNameDataSource_' PKG=apigateway ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3 -run=TestAccAPIGatewayDomainNameDataSource_ -timeout 180m === RUN TestAccAPIGatewayDomainNameDataSource_basic === PAUSE TestAccAPIGatewayDomainNameDataSource_basic === CONT TestAccAPIGatewayDomainNameDataSource_basic --- PASS: TestAccAPIGatewayDomainNameDataSource_basic (20.95s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 26.176s
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 🚀.
% make testacc TESTARGS='-run=TestAccAPIGatewayDomainNameDataSource_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3 -run=TestAccAPIGatewayDomainNameDataSource_ -timeout 180m
=== RUN TestAccAPIGatewayDomainNameDataSource_basic
=== PAUSE TestAccAPIGatewayDomainNameDataSource_basic
=== CONT TestAccAPIGatewayDomainNameDataSource_basic
--- PASS: TestAccAPIGatewayDomainNameDataSource_basic (20.95s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 26.176s
% make testacc TESTARGS='-run=TestAccAPIGatewayDomainName_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3 -run=TestAccAPIGatewayDomainName_ -timeout 180m
=== RUN TestAccAPIGatewayDomainName_certificateARN
acctest.go:1585: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@domain or one of the WHOIS contact addresses.
--- SKIP: TestAccAPIGatewayDomainName_certificateARN (0.00s)
=== RUN TestAccAPIGatewayDomainName_certificateName
domain_name_test.go:60: Environment variable AWS_API_GATEWAY_DOMAIN_NAME_CERTIFICATE_BODY is not set. This environment variable must be set to any non-empty value with a publicly trusted certificate body to enable the test.
--- SKIP: TestAccAPIGatewayDomainName_certificateName (0.00s)
=== RUN TestAccAPIGatewayDomainName_regionalCertificateARN
=== PAUSE TestAccAPIGatewayDomainName_regionalCertificateARN
=== RUN TestAccAPIGatewayDomainName_regionalCertificateName
domain_name_test.go:156: Environment variable AWS_API_GATEWAY_DOMAIN_NAME_REGIONAL_CERTIFICATE_NAME_ENABLED is not set. This environment variable must be set to any non-empty value in a region where uploading REGIONAL certificates is allowed to enable the test.
--- SKIP: TestAccAPIGatewayDomainName_regionalCertificateName (0.00s)
=== RUN TestAccAPIGatewayDomainName_securityPolicy
=== PAUSE TestAccAPIGatewayDomainName_securityPolicy
=== RUN TestAccAPIGatewayDomainName_tags
=== PAUSE TestAccAPIGatewayDomainName_tags
=== RUN TestAccAPIGatewayDomainName_disappears
=== PAUSE TestAccAPIGatewayDomainName_disappears
=== RUN TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic
acctest.go:1585: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@domain or one of the WHOIS contact addresses.
--- SKIP: TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic (0.00s)
=== RUN TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership
acctest.go:1585: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@domain or one of the WHOIS contact addresses.
--- SKIP: TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership (0.00s)
=== CONT TestAccAPIGatewayDomainName_regionalCertificateARN
=== CONT TestAccAPIGatewayDomainName_tags
=== CONT TestAccAPIGatewayDomainName_securityPolicy
=== CONT TestAccAPIGatewayDomainName_disappears
--- PASS: TestAccAPIGatewayDomainName_regionalCertificateARN (21.13s)
--- PASS: TestAccAPIGatewayDomainName_disappears (101.96s)
--- PASS: TestAccAPIGatewayDomainName_tags (130.61s)
--- PASS: TestAccAPIGatewayDomainName_securityPolicy (179.21s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 184.570s
% AWS_DEFAULT_REGION=us-east-1 ACM_CERTIFICATE_ROOT_DOMAIN=example.com make testacc TESTARGS='-run=TestAccAPIGatewayDomainName_certificateARN\|TestAccAPIGatewayDomainName_MutualTLSAuthentication_' PKG=apigateway ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 2 -run=TestAccAPIGatewayDomainName_certificateARN\|TestAccAPIGatewayDomainName_MutualTLSAuthentication_ -timeout 180m
=== RUN TestAccAPIGatewayDomainName_certificateARN
=== PAUSE TestAccAPIGatewayDomainName_certificateARN
=== RUN TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic
=== PAUSE TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic
=== RUN TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership
=== PAUSE TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership
=== CONT TestAccAPIGatewayDomainName_certificateARN
=== CONT TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership
--- PASS: TestAccAPIGatewayDomainName_MutualTLSAuthentication_ownership (99.50s)
=== CONT TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic
--- PASS: TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic (199.75s)
--- PASS: TestAccAPIGatewayDomainName_certificateARN (1018.74s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 1023.818s
% make testacc TESTARGS='-run=TestAccCloudFrontDistributionDataSource_\|TestAccCloudFrontDistribution_disappears\|TestAccCloudFrontDistribution_enabled\|TestAccCloudFrontDistribution_retainOnDelete' PKG=cloudfront ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 3 -run=TestAccCloudFrontDistributionDataSource_\|TestAccCloudFrontDistribution_disappears\|TestAccCloudFrontDistribution_enabled\|TestAccCloudFrontDistribution_retainOnDelete -timeout 180m
=== RUN TestAccCloudFrontDistributionDataSource_basic
=== PAUSE TestAccCloudFrontDistributionDataSource_basic
=== RUN TestAccCloudFrontDistribution_disappears
=== PAUSE TestAccCloudFrontDistribution_disappears
=== RUN TestAccCloudFrontDistribution_enabled
=== PAUSE TestAccCloudFrontDistribution_enabled
=== RUN TestAccCloudFrontDistribution_retainOnDelete
=== PAUSE TestAccCloudFrontDistribution_retainOnDelete
=== CONT TestAccCloudFrontDistributionDataSource_basic
=== CONT TestAccCloudFrontDistribution_enabled
=== CONT TestAccCloudFrontDistribution_retainOnDelete
--- PASS: TestAccCloudFrontDistributionDataSource_basic (424.34s)
=== CONT TestAccCloudFrontDistribution_disappears
--- PASS: TestAccCloudFrontDistribution_retainOnDelete (434.92s)
--- PASS: TestAccCloudFrontDistribution_enabled (650.99s)
--- PASS: TestAccCloudFrontDistribution_disappears (229.03s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 658.754s
% AWS_DEFAULT_REGION=us-east-1 ACM_CERTIFICATE_ROOT_DOMAIN=example.com make testacc TESTARGS='-run=TestAccCognitoIDPUserPoolDomain_custom' PKG=cognitoidp ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 3 -run=TestAccCognitoIDPUserPoolDomain_custom -timeout 180m
=== RUN TestAccCognitoIDPUserPoolDomain_custom
=== PAUSE TestAccCognitoIDPUserPoolDomain_custom
=== CONT TestAccCognitoIDPUserPoolDomain_custom
--- PASS: TestAccCognitoIDPUserPoolDomain_custom (1340.98s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 1346.121s
% make testacc TESTARGS='-run=TestAccCognitoIDPUserPoolDomain_basic\|TestAccCognitoIDPUserPoolDomain_disappears' PKG=cognitoidp ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 3 -run=TestAccCognitoIDPUserPoolDomain_basic\|TestAccCognitoIDPUserPoolDomain_disappears -timeout 180m
=== RUN TestAccCognitoIDPUserPoolDomain_basic
=== PAUSE TestAccCognitoIDPUserPoolDomain_basic
=== RUN TestAccCognitoIDPUserPoolDomain_disappears
=== PAUSE TestAccCognitoIDPUserPoolDomain_disappears
=== CONT TestAccCognitoIDPUserPoolDomain_basic
=== CONT TestAccCognitoIDPUserPoolDomain_disappears
--- PASS: TestAccCognitoIDPUserPoolDomain_disappears (24.03s)
--- PASS: TestAccCognitoIDPUserPoolDomain_basic (27.20s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 35.682s
@larstobi Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.59.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. Thank you! |
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. |
Description
In order not to hardcode zone ID in the terraform code, then do like in the CloudFront resource, and put the zone ID in the go clode. Then, we can write this in terraform code:
References
Output from Acceptance Testing