Skip to content
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

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    60f8fe2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    larstobi committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e2cb013 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    larstobi committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7770c8b View commit details
    Browse the repository at this point in the history
  4. Revert "Fix formatting"

    This reverts commit 7770c8b.
    larstobi committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e86eb6b View commit details
    Browse the repository at this point in the history
  5. Revert "Update CHANGELOG.md"

    This reverts commit e2cb013.
    larstobi committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2b6ab2f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Revert "Revert "Update CHANGELOG.md""

    This reverts commit 2b6ab2f.
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d693401 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Fix formatting""

    This reverts commit e86eb6b.
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1c60824 View commit details
    Browse the repository at this point in the history
  3. Revert "Fix formatting"

    This reverts commit 7770c8b.
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e2e25b9 View commit details
    Browse the repository at this point in the history
  4. Revert "Update CHANGELOG.md"

    This reverts commit e2cb013.
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1a8f503 View commit details
    Browse the repository at this point in the history
  5. Revert "Add cloudfront_distribution_zone_id parameter to aws_cognito_…

    …user_pool_domain"
    
    This reverts commit 60f8fe2.
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    25a95cf View commit details
    Browse the repository at this point in the history
  6. 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
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2915747 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35ddb86 View commit details
    Browse the repository at this point in the history
  8. 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
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    836db02 View commit details
    Browse the repository at this point in the history
  9. 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
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3bb63b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd4df04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f5dea0 View commit details
    Browse the repository at this point in the history
  12. 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
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    497fb60 View commit details
    Browse the repository at this point in the history
  13. 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
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7170189 View commit details
    Browse the repository at this point in the history
  14. 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
    ewbankkit committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2f5961a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. 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
    ewbankkit committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    511fa87 View commit details
    Browse the repository at this point in the history
  2. 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
    ewbankkit committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    a751b9d View commit details
    Browse the repository at this point in the history
  3. Fix terrafmt error.

    ewbankkit committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    6311399 View commit details
    Browse the repository at this point in the history