🤖🤖🤖 r/aws_ec2_application_status_check_association: add resource and list resource - #49490
Open
shblue21 wants to merge 4 commits into
Open
🤖🤖🤖 r/aws_ec2_application_status_check_association: add resource and list resource#49490shblue21 wants to merge 4 commits into
shblue21 wants to merge 4 commits into
Conversation
shblue21
requested review from
a team,
breathingdust and
justinretzolk
as code owners
August 14, 2026 08:02
Contributor
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
|
… resource ```console % make testacc PKG=ec2 TESTS='^TestAccEC2ApplicationStatusCheckAssociation_' --- PASS: TestAccEC2ApplicationStatusCheckAssociation_disappears (44.46s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_disappears_ApplicationStatusCheck (44.91s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_List_includeResource (45.33s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_List_basic (46.56s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_List_regionOverride (47.11s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_basic (47.86s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_Identity_basic (65.10s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_replaceTarget (65.19s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_Identity_regionOverride (66.36s) --- PASS: TestAccEC2ApplicationStatusCheckAssociation_instance (137.18s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 142.831s ```
shblue21
force-pushed
the
f-ec2-application-status-check-association
branch
from
August 14, 2026 08:03
ce0649b to
3c58baf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
None.
Description
Note
This external-fork branch is stacked on #49487, so GitHub's Files changed view currently also includes changes from that PR.
Review the association-only diff. After #49487 merges, this branch will be rebased onto upstream
main.Adds the
aws_ec2_application_status_check_associationresource and corresponding List Resource. Associations can target an EC2 instance or instances matching a tag key-value pair. The resource supports Resource Identity and import by composite ID.Fixes imports when optional Resource Identity attributes are omitted by preserving typed null values.
Relations
Closes #49391
Depends on #49487
References
Output from Acceptance Testing