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_amplify_branch #11937

Merged
merged 19 commits into from
Jun 2, 2021
Merged

Commits on Jun 1, 2021

  1. Add aws_amplify_branch resource

    k24d authored and ewbankkit committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9bcfb55 View commit details
    Browse the repository at this point in the history
  2. Ensure that the number of tags is 0

    k24d authored and ewbankkit committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f78c2f5 View commit details
    Browse the repository at this point in the history
  3. Delete "sns_topic_name" attribute

    k24d authored and ewbankkit committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8dac21b View commit details
    Browse the repository at this point in the history
  4. use "${}" in docs

    k24d authored and ewbankkit committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    341bc95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87c15df View commit details
    Browse the repository at this point in the history
  6. r/aws_amplify_branch: Simple tests working.

    Acceptance test output:
    
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplifyBranch_basic\|TestAccAWSAmplifyBranch_disappears\|TestAccAWSAmplifyBranch_Tags'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplifyBranch_basic\|TestAccAWSAmplifyBranch_disappears\|TestAccAWSAmplifyBranch_Tags -timeout 180m
    === RUN   TestAccAWSAmplifyBranch_basic
    === PAUSE TestAccAWSAmplifyBranch_basic
    === RUN   TestAccAWSAmplifyBranch_disappears
    === PAUSE TestAccAWSAmplifyBranch_disappears
    === RUN   TestAccAWSAmplifyBranch_Tags
    === PAUSE TestAccAWSAmplifyBranch_Tags
    === CONT  TestAccAWSAmplifyBranch_basic
    === CONT  TestAccAWSAmplifyBranch_Tags
    === CONT  TestAccAWSAmplifyBranch_disappears
    --- PASS: TestAccAWSAmplifyBranch_disappears (13.52s)
    --- PASS: TestAccAWSAmplifyBranch_basic (15.00s)
    --- PASS: TestAccAWSAmplifyBranch_Tags (30.45s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	33.761s
    ewbankkit committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    3585e7b View commit details
    Browse the repository at this point in the history
  7. Add CHANGELOG entry.

    ewbankkit committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7a94754 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0061ac5 View commit details
    Browse the repository at this point in the history
  9. Fix terrafmt errors.

    ewbankkit committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    60214e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ef614f View commit details
    Browse the repository at this point in the history
  11. Fix tfproviderdocs errors.

    ewbankkit committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    045f100 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca83940 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Fix tfproviderdocs error.

    ewbankkit committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    3009c08 View commit details
    Browse the repository at this point in the history
  2. r/aws_amplify_branch: Test 'backend_environment_arn'.

    Acceptance test output:
    
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplify_serial/Branch/BackendEnvironmentArn'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/Branch/BackendEnvironmentArn -timeout 180m
    === RUN   TestAccAWSAmplify_serial
    === RUN   TestAccAWSAmplify_serial/Branch
    === RUN   TestAccAWSAmplify_serial/Branch/BackendEnvironmentArn
    === PAUSE TestAccAWSAmplify_serial/Branch/BackendEnvironmentArn
    === CONT  TestAccAWSAmplify_serial/Branch/BackendEnvironmentArn
    --- PASS: TestAccAWSAmplify_serial (28.27s)
        --- PASS: TestAccAWSAmplify_serial/Branch (0.00s)
            --- PASS: TestAccAWSAmplify_serial/Branch/BackendEnvironmentArn (28.27s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	31.532s
    ewbankkit committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    f904e05 View commit details
    Browse the repository at this point in the history
  3. r/aws_amplify_branch: Test 'basic_auth_credentials'.

    Acceptance test output:
    
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplify_serial/Branch/BasicAuthCredentials'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/Branch/BasicAuthCredentials -timeout 180m
    === RUN   TestAccAWSAmplify_serial
    === RUN   TestAccAWSAmplify_serial/Branch
    === RUN   TestAccAWSAmplify_serial/Branch/BasicAuthCredentials
    === PAUSE TestAccAWSAmplify_serial/Branch/BasicAuthCredentials
    === CONT  TestAccAWSAmplify_serial/Branch/BasicAuthCredentials
    --- PASS: TestAccAWSAmplify_serial (38.99s)
        --- PASS: TestAccAWSAmplify_serial/Branch (0.00s)
            --- PASS: TestAccAWSAmplify_serial/Branch/BasicAuthCredentials (38.99s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	43.099s
    ewbankkit committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7e83d31 View commit details
    Browse the repository at this point in the history
  4. r/aws_amplify_branch: Test 'environment_variables'.

    Acceptance test output:
    
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplify_serial/Branch/EnvironmentVariables'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/Branch/EnvironmentVariables -timeout 180m
    === RUN   TestAccAWSAmplify_serial
    === RUN   TestAccAWSAmplify_serial/Branch
    === RUN   TestAccAWSAmplify_serial/Branch/EnvironmentVariables
    === PAUSE TestAccAWSAmplify_serial/Branch/EnvironmentVariables
    === CONT  TestAccAWSAmplify_serial/Branch/EnvironmentVariables
    --- PASS: TestAccAWSAmplify_serial (35.71s)
        --- PASS: TestAccAWSAmplify_serial/Branch (0.00s)
            --- PASS: TestAccAWSAmplify_serial/Branch/EnvironmentVariables (35.71s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	38.947s
    ewbankkit committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4cff17c View commit details
    Browse the repository at this point in the history
  5. r/aws_amplify_branch: Test other optional arguments.

    Acceptance test output:
    
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplify_serial/Branch/OptionalArguments'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/Branch/OptionalArguments -timeout 180m
    === RUN   TestAccAWSAmplify_serial
    === RUN   TestAccAWSAmplify_serial/Branch
    === RUN   TestAccAWSAmplify_serial/Branch/OptionalArguments
    === PAUSE TestAccAWSAmplify_serial/Branch/OptionalArguments
    === CONT  TestAccAWSAmplify_serial/Branch/OptionalArguments
    --- PASS: TestAccAWSAmplify_serial (30.92s)
        --- PASS: TestAccAWSAmplify_serial/Branch (0.00s)
            --- PASS: TestAccAWSAmplify_serial/Branch/OptionalArguments (30.92s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	33.969s
    ewbankkit committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7c89c52 View commit details
    Browse the repository at this point in the history
  6. r/aws_amplify_branch: Fold 'testAccAWSAmplifyBranch_BackendEnvironmen…

    …tArn' into 'testAccAWSAmplifyBranch_OptionalArguments'.
    
    Acceptance test output:
    
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplify_serial/Branch/OptionalArguments'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/Branch/OptionalArguments -timeout 180m
    === RUN   TestAccAWSAmplify_serial
    === RUN   TestAccAWSAmplify_serial/Branch
    === RUN   TestAccAWSAmplify_serial/Branch/OptionalArguments
    === PAUSE TestAccAWSAmplify_serial/Branch/OptionalArguments
    === CONT  TestAccAWSAmplify_serial/Branch/OptionalArguments
    --- PASS: TestAccAWSAmplify_serial (29.75s)
        --- PASS: TestAccAWSAmplify_serial/Branch (0.00s)
            --- PASS: TestAccAWSAmplify_serial/Branch/OptionalArguments (29.75s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	32.968s
    ewbankkit committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    6ac806d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e397f83 View commit details
    Browse the repository at this point in the history