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

New Resource aws_route53domains_domain #12711

Merged
merged 53 commits into from
Mar 1, 2022

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    e8f9732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97aae10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3043a40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7903f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76682d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75e90f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bef39a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a5e4f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    28fdd45 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Revert "r/aws_route53domains_domain: Initial tests, update docs, fix …

    …to always use us-eas-t1"
    
    This reverts commit 28fdd45.
    ewbankkit committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2d1aa4c View commit details
    Browse the repository at this point in the history
  2. Revert "r/aws_route53domains_domain: Lint fixes"

    This reverts commit 0a5e4f7.
    ewbankkit committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4563525 View commit details
    Browse the repository at this point in the history
  3. Revert "r/aws_route53domains_domain: Resolve build failures, use keyv…

    …aluetags package"
    
    This reverts commit 8bef39a.
    ewbankkit committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9f66eda View commit details
    Browse the repository at this point in the history
  4. Revert "r/aws_route53domains_domain: Add support for route53domains t…

    …o keyvaluetags package"
    
    This reverts commit 75e90f7.
    ewbankkit committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d5b80b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bd265a View commit details
    Browse the repository at this point in the history
  6. Revert "r/aws_route53_domain: Initial documentation"

    This reverts commit d7903f7.
    ewbankkit committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9b664ae View commit details
    Browse the repository at this point in the history
  7. Revert "r/aws_route53_domain: Allow updating name servers"

    This reverts commit 3043a40.
    ewbankkit committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    1953d82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    baa518a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    beb3431 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3d75ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63fe272 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c2ff4f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    adae6a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    892dbb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    15ebbd9 View commit details
    Browse the repository at this point in the history
  2. r/aws_route53domains_registered_domain: Test tags.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_ PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/tags
    --- PASS: TestAccRoute53Domains_serial (25.01s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (25.01s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/tags (25.01s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	29.489s
    ewbankkit committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    038b9cb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    9c9eaca View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. r/aws_route53domains_registered_domain: Test name servers.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_serial/RegisteredDomain/nameservers PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_serial/RegisteredDomain/nameservers'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/nameservers
    --- PASS: TestAccRoute53Domains_serial (69.51s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (69.51s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/nameservers (69.51s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	76.259s
    ewbankkit committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    8150451 View commit details
    Browse the repository at this point in the history
  2. r/aws_route53domains_registered_domain: Add 'auto_renew'.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_serial/RegisteredDomain/autoRenew PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_serial/RegisteredDomain/autoRenew'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/autoRenew
    --- PASS: TestAccRoute53Domains_serial (16.08s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (16.08s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/autoRenew (16.08s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	20.137s
    ewbankkit committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    ecee6da View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. r/aws_route53domains_registered_domain: Additional computed attributes.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_serial/RegisteredDomain/tags PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_serial/RegisteredDomain/tags'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/tags
    --- PASS: TestAccRoute53Domains_serial (31.24s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (31.24s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/tags (31.24s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	37.210s
    ewbankkit committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    0362030 View commit details
    Browse the repository at this point in the history
  2. r/aws_route53domains_registered_domain: Add contact privacy.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_serial/RegisteredDomain/contactPrivacy PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_serial/RegisteredDomain/contactPrivacy'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/contactPrivacy
    --- PASS: TestAccRoute53Domains_serial (144.23s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (144.23s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/contactPrivacy (144.23s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	148.321s
    ewbankkit committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    463d1f9 View commit details
    Browse the repository at this point in the history
  3. r/aws_route53domains_registered_domain: Add transfer lock.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_serial/RegisteredDomain/transferLock PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_serial/RegisteredDomain/transferLock'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/transferLock
    --- PASS: TestAccRoute53Domains_serial (145.51s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (145.51s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/transferLock (145.51s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	149.137s
    ewbankkit committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d99c757 View commit details
    Browse the repository at this point in the history
  4. r/aws_route53domains_registered_domain: Add reading of contacts.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_serial/RegisteredDomain/tags PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_serial/RegisteredDomain/tags'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/tags
    --- PASS: TestAccRoute53Domains_serial (23.42s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (23.42s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/tags (23.42s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	27.036s
    ewbankkit committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    603c354 View commit details
    Browse the repository at this point in the history
  5. r/aws_route53domains_registered_domain: Add updating of contacts.

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_serial/RegisteredDomain/contacts PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_serial/RegisteredDomain/contacts'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/contacts
    --- PASS: TestAccRoute53Domains_serial (391.38s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (391.38s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/contacts (391.38s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	397.151s
    ewbankkit committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5779676 View commit details
    Browse the repository at this point in the history
  6. Fix terrafmt errors.

    ewbankkit committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    4567b21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efd184a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1328b65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c056aec View commit details
    Browse the repository at this point in the history
  10. Add 'nolint:unparam'.

    ewbankkit committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1e0062e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. r/aws_route53domains_registered_domain: Use WithoutTimeout CRUD han…

    …dler signatures (hashicorp#15090).
    
    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 ROUTE53DOMAINS_DOMAIN_NAME=terraform-provider-aws-acctest-acm.com make testacc TESTS=TestAccRoute53Domains_serial/RegisteredDomain/tags PKG=route53domains
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/route53domains/... -v -count 1 -parallel 20 -run='TestAccRoute53Domains_serial/RegisteredDomain/tags'  -timeout 180m
    === RUN   TestAccRoute53Domains_serial
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain
    === RUN   TestAccRoute53Domains_serial/RegisteredDomain/tags
    --- PASS: TestAccRoute53Domains_serial (24.76s)
        --- PASS: TestAccRoute53Domains_serial/RegisteredDomain (24.76s)
            --- PASS: TestAccRoute53Domains_serial/RegisteredDomain/tags (24.76s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53domains	28.274s
    ewbankkit committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    48caafb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff68104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b31499c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73ac0d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65c0fd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    09d30c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78b8ff View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    53aab00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f246e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Remove 'TODO's.

    ewbankkit committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b754359 View commit details
    Browse the repository at this point in the history
  2. r/aws_route53domains_registered_domain: Return warning diagnostic rat…

    …her than just logging on resource Delete.
    ewbankkit committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ea185e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae248e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baacd6c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    bd272a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    0f580bc View commit details
    Browse the repository at this point in the history