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

f-aws_transfer_connector-support security policies #36893

Merged

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    3aef0a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9afb5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf112c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b97c64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cbce94 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    f3e76fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6a3e3 View commit details
    Browse the repository at this point in the history
  3. r/aws_transfer_connector(test): tweak _securityPolicyName config args

    The security_policy_name argument is now set to a provided argument value, rather than hardcoded. In the future we should consider a data source to remove the dependency on the hardcoded policy name altogether.
    
    ```console
    % make testacc PKG=transfer TESTS=TestAccTransferConnector_
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.21.8 test ./internal/service/transfer/... -v -count 1 -parallel 20 -run='TestAccTransferConnector_'  -timeout 360m
    === RUN   TestAccTransferConnector_basic
    --- PASS: TestAccTransferConnector_basic (19.12s)
    === RUN   TestAccTransferConnector_sftpConfig
    --- PASS: TestAccTransferConnector_sftpConfig (11.95s)
    === RUN   TestAccTransferConnector_securityPolicyName
    --- PASS: TestAccTransferConnector_securityPolicyName (11.71s)
    === RUN   TestAccTransferConnector_disappears
    --- PASS: TestAccTransferConnector_disappears (9.65s)
    === RUN   TestAccTransferConnector_tags
    --- PASS: TestAccTransferConnector_tags (24.38s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/transfer   82.493s
    ```
    jar-b committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    732fb4e View commit details
    Browse the repository at this point in the history