-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[New Resource] - target_account_configuration for FIS #44875
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] - target_account_configuration for FIS #44875
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
% make testacc TESTS=TestAccFISTargetAccountConfiguration_ PKG=fis
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 r/aws_target_account_configuration-New-Resource 🌿...
TF_ACC=1 go1.24.8 test ./internal/service/fis/... -v -count 1 -parallel 20 -run='TestAccFISTargetAccountConfiguration_' -timeout 360m -vet=off
2025/10/30 17:29:24 Creating Terraform AWS Provider (SDKv2-style)...
2025/10/30 17:29:24 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN TestAccFISTargetAccountConfiguration_basic
=== PAUSE TestAccFISTargetAccountConfiguration_basic
=== RUN TestAccFISTargetAccountConfiguration_update
=== PAUSE TestAccFISTargetAccountConfiguration_update
=== RUN TestAccFISTargetAccountConfiguration_disappears
=== PAUSE TestAccFISTargetAccountConfiguration_disappears
=== CONT TestAccFISTargetAccountConfiguration_basic
=== CONT TestAccFISTargetAccountConfiguration_disappears
=== CONT TestAccFISTargetAccountConfiguration_update
--- PASS: TestAccFISTargetAccountConfiguration_disappears (16.53s)
--- PASS: TestAccFISTargetAccountConfiguration_basic (18.73s)
--- PASS: TestAccFISTargetAccountConfiguration_update (28.43s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/fis 36.336s
Your PR will be linked to the parent issue and closed when the feature is merged. |
|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Description
Adds a new resource target_account_configuration to AWS FIS.
Relations
Closes #44870
Closes #44884
References
https://docs.aws.amazon.com/fis/latest/APIReference/API_CreateTargetAccountConfiguration.html
https://docs.aws.amazon.com/fis/latest/APIReference/API_ListTargetAccountConfigurations.html
https://docs.aws.amazon.com/fis/latest/APIReference/API_UpdateTargetAccountConfiguration.html
https://docs.aws.amazon.com/fis/latest/APIReference/API_DeleteTargetAccountConfiguration.html
Output from Acceptance Testing