-
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
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 60f8fe2 - Browse repository at this point
Copy the full SHA 60f8fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2cb013 - Browse repository at this point
Copy the full SHA e2cb013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7770c8b - Browse repository at this point
Copy the full SHA 7770c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e86eb6b - Browse repository at this point
Copy the full SHA e86eb6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6ab2f - Browse repository at this point
Copy the full SHA 2b6ab2fView commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d693401 - Browse repository at this point
Copy the full SHA d693401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c60824 - Browse repository at this point
Copy the full SHA 1c60824View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e25b9 - Browse repository at this point
Copy the full SHA e2e25b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8f503 - Browse repository at this point
Copy the full SHA 1a8f503View commit details -
Revert "Add cloudfront_distribution_zone_id parameter to aws_cognito_…
…user_pool_domain" This reverts commit 60f8fe2.
Configuration menu - View commit details
-
Copy full SHA for 25a95cf - Browse repository at this point
Copy the full SHA 25a95cfView commit details -
r/aws_cognito_user_pool_domain: Tidy up non-custom domain acceptance …
…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
Configuration menu - View commit details
-
Copy full SHA for 2915747 - Browse repository at this point
Copy the full SHA 2915747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ddb86 - Browse repository at this point
Copy the full SHA 35ddb86View commit details -
r/aws_cognito_user_pool_domain: Add 'FindUserPoolDomain'.
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
Configuration menu - View commit details
-
Copy full SHA for 836db02 - Browse repository at this point
Copy the full SHA 836db02View commit details -
r/aws_cognito_user_pool_domain: Add 'cloudfront_distribution' attribute.
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
Configuration menu - View commit details
-
Copy full SHA for 3bb63b3 - Browse repository at this point
Copy the full SHA 3bb63b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd4df04 - Browse repository at this point
Copy the full SHA bd4df04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5dea0 - Browse repository at this point
Copy the full SHA 4f5dea0View commit details -
r/aws_cognito_user_pool_domain: Add 'cloudfront_distribution_zone_id'…
… 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
Configuration menu - View commit details
-
Copy full SHA for 497fb60 - Browse repository at this point
Copy the full SHA 497fb60View commit details -
r/aws_cognito_user_pool_domain: Simplify 'TestAccCognitoIDPUserPoolDo…
…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
Configuration menu - View commit details
-
Copy full SHA for 7170189 - Browse repository at this point
Copy the full SHA 7170189View commit details -
CloudFront Distribution: Use 'AWSClient.CloudFrontDistributionHostedZ…
…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
Configuration menu - View commit details
-
Copy full SHA for 2f5961a - Browse repository at this point
Copy the full SHA 2f5961aView commit details
Commits on Mar 11, 2023
-
r/aws_api_gateway_domain_name: Add 'FindDomainName'.
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
Configuration menu - View commit details
-
Copy full SHA for 511fa87 - Browse repository at this point
Copy the full SHA 511fa87View commit details -
d/aws_api_gateway_domain_name: Use` 'FindDomainName'.
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
Configuration menu - View commit details
-
Copy full SHA for a751b9d - Browse repository at this point
Copy the full SHA a751b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6311399 - Browse repository at this point
Copy the full SHA 6311399View commit details