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

aws_transfer_workflow - add decrypt type #29692

Merged
merged 9 commits into from
Mar 7, 2023

Commits on Feb 28, 2023

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

    bennylu2 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8f1b1fc View commit details
    Browse the repository at this point in the history
  3. docs

    bennylu2 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a4b0b54 View commit details
    Browse the repository at this point in the history
  4. update

    bennylu2 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    33ab488 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    61d64b8 View commit details
    Browse the repository at this point in the history
  2. Tweak CHANGELOG entry.

    ewbankkit committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    28a83f6 View commit details
    Browse the repository at this point in the history
  3. r/aws_transfer_workflow: Cosmetics.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccTransferWorkflow_basic' PKG=transfer
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/transfer/... -v -count 1 -parallel 20  -run=TestAccTransferWorkflow_basic -timeout 180m
    === RUN   TestAccTransferWorkflow_basic
    --- PASS: TestAccTransferWorkflow_basic (15.15s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/transfer	20.440s
    ewbankkit committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5d87f26 View commit details
    Browse the repository at this point in the history
  4. r/aws_transfer_workflow: Ensure that only tags updates aren't ForceNew.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccTransferWorkflow_' PKG=transfer ACCTEST_PARALLELISM=3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/transfer/... -v -count 1 -parallel 3  -run=TestAccTransferWorkflow_ -timeout 180m
    === RUN   TestAccTransferWorkflow_basic
    --- PASS: TestAccTransferWorkflow_basic (15.92s)
    === RUN   TestAccTransferWorkflow_onExceptionSteps
    --- PASS: TestAccTransferWorkflow_onExceptionSteps (14.72s)
    === RUN   TestAccTransferWorkflow_description
    --- PASS: TestAccTransferWorkflow_description (14.33s)
    === RUN   TestAccTransferWorkflow_tags
    --- PASS: TestAccTransferWorkflow_tags (33.73s)
    === RUN   TestAccTransferWorkflow_disappears
    --- PASS: TestAccTransferWorkflow_disappears (10.61s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/transfer	94.614s
    ewbankkit committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    63a5d42 View commit details
    Browse the repository at this point in the history
  5. r/aws_transfer_workflow: Add 'type' to 'steps.decrypt_step_details'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccTransferWorkflow_allSteps' PKG=transfer
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/transfer/... -v -count 1 -parallel 20  -run=TestAccTransferWorkflow_allSteps -timeout 180m
    === RUN   TestAccTransferWorkflow_allSteps
    --- PASS: TestAccTransferWorkflow_allSteps (45.60s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/transfer	50.770s
    ewbankkit committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    52685f4 View commit details
    Browse the repository at this point in the history