-
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 for Route53 Traffic Policy and Traffic Policy Instance, datasource for Route53 Traffic Policy #23602
Commits on Aug 21, 2020
-
resource/aws_route53_traffic_policy: new resource
Michal Wieczorek committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 935a604 - Browse repository at this point
Copy the full SHA 935a604View commit details -
resource/aws_route53_traffic_policy: new resource
Michal Wieczorek committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for d43efaa - Browse repository at this point
Copy the full SHA d43efaaView commit details -
Add read at the end of update func
Michal Wieczorek committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for be4171f - Browse repository at this point
Copy the full SHA be4171fView commit details -
Michal Wieczorek committed
Aug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for c79230c - Browse repository at this point
Copy the full SHA c79230cView commit details -
Switch to terraform-plugin-sdk v2
Michal Wieczorek committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 11a3018 - Browse repository at this point
Copy the full SHA 11a3018View commit details -
resource/aws_route53_traffic_policy_instance: new resource
Michal Wieczorek committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for a6293a2 - Browse repository at this point
Copy the full SHA a6293a2View commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db95826 - Browse repository at this point
Copy the full SHA db95826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274ff1c - Browse repository at this point
Copy the full SHA 274ff1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 617a177 - Browse repository at this point
Copy the full SHA 617a177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ac896 - Browse repository at this point
Copy the full SHA 70ac896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 625732c - Browse repository at this point
Copy the full SHA 625732cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f4a84 - Browse repository at this point
Copy the full SHA d5f4a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for e56ab1e - Browse repository at this point
Copy the full SHA e56ab1eView commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65282a4 - Browse repository at this point
Copy the full SHA 65282a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 437414a - Browse repository at this point
Copy the full SHA 437414aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a6741 - Browse repository at this point
Copy the full SHA e5a6741View commit details
Commits on Mar 21, 2022
-
Revert "resource/aws_route53_traffic_policy_instance: new resource"
This reverts commit a6293a2.
Configuration menu - View commit details
-
Copy full SHA for 5f3659c - Browse repository at this point
Copy the full SHA 5f3659cView commit details -
Revert "Switch to terraform-plugin-sdk v2"
This reverts commit 11a3018.
Configuration menu - View commit details
-
Copy full SHA for 25f54c2 - Browse repository at this point
Copy the full SHA 25f54c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for db9e305 - Browse repository at this point
Copy the full SHA db9e305View commit details -
Revert "Add read at the end of update func"
This reverts commit be4171f.
Configuration menu - View commit details
-
Copy full SHA for 296d99a - Browse repository at this point
Copy the full SHA 296d99aView commit details -
Revert "resource/aws_route53_traffic_policy: new resource"
This reverts commit d43efaa.
Configuration menu - View commit details
-
Copy full SHA for 7126973 - Browse repository at this point
Copy the full SHA 7126973View commit details -
Revert "resource/aws_route53_traffic_policy: new resource"
This reverts commit 935a604.
Configuration menu - View commit details
-
Copy full SHA for cd22436 - Browse repository at this point
Copy the full SHA cd22436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77cfb6a - Browse repository at this point
Copy the full SHA 77cfb6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5584175 - Browse repository at this point
Copy the full SHA 5584175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79764cf - Browse repository at this point
Copy the full SHA 79764cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f4c83 - Browse repository at this point
Copy the full SHA 44f4c83View commit details -
r/aws_route53_traffic_policy: Tidy up 'FindTrafficPolicyByID'.
Acceptance test output: % make testacc TESTS=TestAccTrafficPolicy_basic PKG=route53 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/route53/... -v -count 1 -parallel 20 -run='TestAccTrafficPolicy_basic' -timeout 180m === RUN TestAccTrafficPolicy_basic === PAUSE TestAccTrafficPolicy_basic === CONT TestAccTrafficPolicy_basic --- PASS: TestAccTrafficPolicy_basic (19.28s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/route53 26.600s
Configuration menu - View commit details
-
Copy full SHA for 741cadf - Browse repository at this point
Copy the full SHA 741cadfView commit details
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f12239e - Browse repository at this point
Copy the full SHA f12239eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1d808 - Browse repository at this point
Copy the full SHA 8a1d808View commit details -
Configuration menu - View commit details
-
Copy full SHA for f79eae8 - Browse repository at this point
Copy the full SHA f79eae8View commit details -
r/aws_route53_traffic_policy: Tidy up resource Delete.
Acceptance test output: % make testacc TESTS=TestAccTrafficPolicy_ PKG=route53 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/route53/... -v -count 1 -parallel 20 -run='TestAccTrafficPolicy_' -timeout 180m === RUN TestAccTrafficPolicy_basic === PAUSE TestAccTrafficPolicy_basic === RUN TestAccTrafficPolicy_disappears === PAUSE TestAccTrafficPolicy_disappears === RUN TestAccTrafficPolicy_update === PAUSE TestAccTrafficPolicy_update === CONT TestAccTrafficPolicy_basic === CONT TestAccTrafficPolicy_update === CONT TestAccTrafficPolicy_disappears --- PASS: TestAccTrafficPolicy_disappears (13.66s) --- PASS: TestAccTrafficPolicy_basic (18.33s) --- PASS: TestAccTrafficPolicy_update (29.13s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/route53 33.269s
Configuration menu - View commit details
-
Copy full SHA for 9e5ae52 - Browse repository at this point
Copy the full SHA 9e5ae52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0597814 - Browse repository at this point
Copy the full SHA 0597814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d1213 - Browse repository at this point
Copy the full SHA 79d1213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f25300 - Browse repository at this point
Copy the full SHA 8f25300View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2d010 - Browse repository at this point
Copy the full SHA ed2d010View commit details -
r/aws_route53_traffic_policy_instance: Tidy up 'FindTrafficPolicyInst…
…anceByID' and callers.
Configuration menu - View commit details
-
Copy full SHA for bb0bc4c - Browse repository at this point
Copy the full SHA bb0bc4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1ee0e6 - Browse repository at this point
Copy the full SHA c1ee0e6View commit details -
r/aws_route53_traffic_policy_instance: Acceptance tests passing.
Acceptance test output: % make testacc TESTS=TestAccRoute53TrafficPolicyInstance_ PKG=route53 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/route53/... -v -count 1 -parallel 20 -run='TestAccRoute53TrafficPolicyInstance_' -timeout 180m === RUN TestAccRoute53TrafficPolicyInstance_basic === PAUSE TestAccRoute53TrafficPolicyInstance_basic === RUN TestAccRoute53TrafficPolicyInstance_disappears === PAUSE TestAccRoute53TrafficPolicyInstance_disappears === RUN TestAccRoute53TrafficPolicyInstance_update === PAUSE TestAccRoute53TrafficPolicyInstance_update === CONT TestAccRoute53TrafficPolicyInstance_basic === CONT TestAccRoute53TrafficPolicyInstance_update === CONT TestAccRoute53TrafficPolicyInstance_disappears --- PASS: TestAccRoute53TrafficPolicyInstance_basic (134.02s) --- PASS: TestAccRoute53TrafficPolicyInstance_disappears (139.24s) --- PASS: TestAccRoute53TrafficPolicyInstance_update (199.29s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/route53 206.030s
Configuration menu - View commit details
-
Copy full SHA for 3422839 - Browse repository at this point
Copy the full SHA 3422839View commit details -
Configuration menu - View commit details
-
Copy full SHA for efeb888 - Browse repository at this point
Copy the full SHA efeb888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3bcf6 - Browse repository at this point
Copy the full SHA 9e3bcf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf1edb - Browse repository at this point
Copy the full SHA 5cf1edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3dd99 - Browse repository at this point
Copy the full SHA 4f3dd99View commit details