-
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
New Resource aws_route53domains_domain #12711
New Resource aws_route53domains_domain #12711
Commits on Apr 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e8f9732 - Browse repository at this point
Copy the full SHA e8f9732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97aae10 - Browse repository at this point
Copy the full SHA 97aae10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3043a40 - Browse repository at this point
Copy the full SHA 3043a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7903f7 - Browse repository at this point
Copy the full SHA d7903f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76682d4 - Browse repository at this point
Copy the full SHA 76682d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e90f7 - Browse repository at this point
Copy the full SHA 75e90f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bef39a - Browse repository at this point
Copy the full SHA 8bef39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5e4f7 - Browse repository at this point
Copy the full SHA 0a5e4f7View commit details
Commits on Apr 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 28fdd45 - Browse repository at this point
Copy the full SHA 28fdd45View commit details
Commits on Feb 9, 2022
-
Revert "r/aws_route53domains_domain: Initial tests, update docs, fix …
…to always use us-eas-t1" This reverts commit 28fdd45.
Configuration menu - View commit details
-
Copy full SHA for 2d1aa4c - Browse repository at this point
Copy the full SHA 2d1aa4cView commit details -
Revert "r/aws_route53domains_domain: Lint fixes"
This reverts commit 0a5e4f7.
Configuration menu - View commit details
-
Copy full SHA for 4563525 - Browse repository at this point
Copy the full SHA 4563525View commit details -
Revert "r/aws_route53domains_domain: Resolve build failures, use keyv…
…aluetags package" This reverts commit 8bef39a.
Configuration menu - View commit details
-
Copy full SHA for 9f66eda - Browse repository at this point
Copy the full SHA 9f66edaView commit details -
Revert "r/aws_route53domains_domain: Add support for route53domains t…
…o keyvaluetags package" This reverts commit 75e90f7.
Configuration menu - View commit details
-
Copy full SHA for d5b80b9 - Browse repository at this point
Copy the full SHA d5b80b9View commit details -
Revert "r/aws_route53domains_domain: Rename from r/aws_route53_domain"
This reverts commit 76682d4.
Configuration menu - View commit details
-
Copy full SHA for 6bd265a - Browse repository at this point
Copy the full SHA 6bd265aView commit details -
Revert "r/aws_route53_domain: Initial documentation"
This reverts commit d7903f7.
Configuration menu - View commit details
-
Copy full SHA for 9b664ae - Browse repository at this point
Copy the full SHA 9b664aeView commit details -
Revert "r/aws_route53_domain: Allow updating name servers"
This reverts commit 3043a40.
Configuration menu - View commit details
-
Copy full SHA for 1953d82 - Browse repository at this point
Copy the full SHA 1953d82View commit details -
Revert "r/aws_route53_domain: Fix tagging for aws_route53_domain"
This reverts commit 97aae10.
Configuration menu - View commit details
-
Copy full SHA for baa518a - Browse repository at this point
Copy the full SHA baa518aView commit details -
Revert "r/aws_route53_domain: New aws_route53_domain resource"
This reverts commit e8f9732.
Configuration menu - View commit details
-
Copy full SHA for beb3431 - Browse repository at this point
Copy the full SHA beb3431View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d75ad - Browse repository at this point
Copy the full SHA d3d75adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fe272 - Browse repository at this point
Copy the full SHA 63fe272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2ff4f - Browse repository at this point
Copy the full SHA 0c2ff4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for adae6a4 - Browse repository at this point
Copy the full SHA adae6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 892dbb1 - Browse repository at this point
Copy the full SHA 892dbb1View commit details
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 15ebbd9 - Browse repository at this point
Copy the full SHA 15ebbd9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 038b9cb - Browse repository at this point
Copy the full SHA 038b9cbView commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c9eaca - Browse repository at this point
Copy the full SHA 9c9eacaView commit details
Commits on Feb 13, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 8150451 - Browse repository at this point
Copy the full SHA 8150451View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ecee6da - Browse repository at this point
Copy the full SHA ecee6daView commit details
Commits on Feb 14, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 0362030 - Browse repository at this point
Copy the full SHA 0362030View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 463d1f9 - Browse repository at this point
Copy the full SHA 463d1f9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d99c757 - Browse repository at this point
Copy the full SHA d99c757View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 603c354 - Browse repository at this point
Copy the full SHA 603c354View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5779676 - Browse repository at this point
Copy the full SHA 5779676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4567b21 - Browse repository at this point
Copy the full SHA 4567b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd184a - Browse repository at this point
Copy the full SHA efd184aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1328b65 - Browse repository at this point
Copy the full SHA 1328b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for c056aec - Browse repository at this point
Copy the full SHA c056aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0062e - Browse repository at this point
Copy the full SHA 1e0062eView commit details
Commits on Feb 15, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 48caafb - Browse repository at this point
Copy the full SHA 48caafbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff68104 - Browse repository at this point
Copy the full SHA ff68104View commit details -
Configuration menu - View commit details
-
Copy full SHA for b31499c - Browse repository at this point
Copy the full SHA b31499cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73ac0d7 - Browse repository at this point
Copy the full SHA 73ac0d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c0fd8 - Browse repository at this point
Copy the full SHA 65c0fd8View commit details
Commits on Feb 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09d30c6 - Browse repository at this point
Copy the full SHA 09d30c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78b8ff - Browse repository at this point
Copy the full SHA f78b8ffView commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 53aab00 - Browse repository at this point
Copy the full SHA 53aab00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f246e1 - Browse repository at this point
Copy the full SHA 8f246e1View commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b754359 - Browse repository at this point
Copy the full SHA b754359View commit details -
r/aws_route53domains_registered_domain: Return warning diagnostic rat…
…her than just logging on resource Delete.
Configuration menu - View commit details
-
Copy full SHA for ea185e0 - Browse repository at this point
Copy the full SHA ea185e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae248e2 - Browse repository at this point
Copy the full SHA ae248e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for baacd6c - Browse repository at this point
Copy the full SHA baacd6cView commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bd272a5 - Browse repository at this point
Copy the full SHA bd272a5View commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f580bc - Browse repository at this point
Copy the full SHA 0f580bcView commit details