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 for Route53 Traffic Policy and Traffic Policy Instance, datasource for Route53 Traffic Policy #23602

Merged
merged 42 commits into from
Mar 22, 2022

Commits on Aug 21, 2020

  1. resource/aws_route53_traffic_policy: new resource

    Michal Wieczorek committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    935a604 View commit details
    Browse the repository at this point in the history
  2. resource/aws_route53_traffic_policy: new resource

    Michal Wieczorek committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    d43efaa View commit details
    Browse the repository at this point in the history
  3. Add read at the end of update func

    Michal Wieczorek committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    be4171f View commit details
    Browse the repository at this point in the history
  4. Add import testing

    Michal Wieczorek committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    c79230c View commit details
    Browse the repository at this point in the history
  5. Switch to terraform-plugin-sdk v2

    Michal Wieczorek committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    11a3018 View commit details
    Browse the repository at this point in the history
  6. resource/aws_route53_traffic_policy_instance: new resource

    Michal Wieczorek committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a6293a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    db95826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    274ff1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    617a177 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70ac896 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    625732c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5f4a84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e56ab1e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. fixes typo

    coderGo93 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    65282a4 View commit details
    Browse the repository at this point in the history
  2. added changelog

    coderGo93 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    437414a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5a6741 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    5f3659c View commit details
    Browse the repository at this point in the history
  2. Revert "Switch to terraform-plugin-sdk v2"

    This reverts commit 11a3018.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    25f54c2 View commit details
    Browse the repository at this point in the history
  3. Revert "Add import testing"

    This reverts commit c79230c.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    db9e305 View commit details
    Browse the repository at this point in the history
  4. Revert "Add read at the end of update func"

    This reverts commit be4171f.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    296d99a View commit details
    Browse the repository at this point in the history
  5. Revert "resource/aws_route53_traffic_policy: new resource"

    This reverts commit d43efaa.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7126973 View commit details
    Browse the repository at this point in the history
  6. Revert "resource/aws_route53_traffic_policy: new resource"

    This reverts commit 935a604.
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cd22436 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77cfb6a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5584175 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79764cf View commit details
    Browse the repository at this point in the history
  10. Generate list paginators.

    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    44f4c83 View commit details
    Browse the repository at this point in the history
  11. 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
    ewbankkit committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    741cadf View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    f12239e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a1d808 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79eae8 View commit details
    Browse the repository at this point in the history
  4. 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
    ewbankkit committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    9e5ae52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0597814 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79d1213 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f25300 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed2d010 View commit details
    Browse the repository at this point in the history
  9. r/aws_route53_traffic_policy_instance: Tidy up 'FindTrafficPolicyInst…

    …anceByID' and callers.
    ewbankkit committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    bb0bc4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c1ee0e6 View commit details
    Browse the repository at this point in the history
  11. 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
    ewbankkit committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    3422839 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    efeb888 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e3bcf6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5cf1edb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4f3dd99 View commit details
    Browse the repository at this point in the history