-
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
f-aws_transfer_connector-support security policies #36893
Merged
jar-b
merged 8 commits into
hashicorp:main
from
nikhil-goenka:f-aws_transfer_connector-security-policy
Apr 18, 2024
Merged
f-aws_transfer_connector-support security policies #36893
jar-b
merged 8 commits into
hashicorp:main
from
nikhil-goenka:f-aws_transfer_connector-security-policy
Apr 18, 2024
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3aef0a3 - Browse repository at this point
Copy the full SHA 3aef0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9afb5b - Browse repository at this point
Copy the full SHA d9afb5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf112c - Browse repository at this point
Copy the full SHA 9cf112cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b97c64 - Browse repository at this point
Copy the full SHA 2b97c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbce94 - Browse repository at this point
Copy the full SHA 4cbce94View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3e76fb - Browse repository at this point
Copy the full SHA f3e76fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6a3e3 - Browse repository at this point
Copy the full SHA 0a6a3e3View commit details -
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 ```
Configuration menu - View commit details
-
Copy full SHA for 732fb4e - Browse repository at this point
Copy the full SHA 732fb4eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.