-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 - aws_oam_link
#30125
New resource - aws_oam_link
#30125
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 TESTARGS='-run=TestAccObservabilityAccessManagerLink_' PKG=oam ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/oam/... -v -count 1 -parallel 3 -run=TestAccObservabilityAccessManagerLink_ -timeout 180m
=== RUN TestAccObservabilityAccessManagerLink_basic
--- PASS: TestAccObservabilityAccessManagerLink_basic (34.16s)
=== RUN TestAccObservabilityAccessManagerLink_disappears
--- PASS: TestAccObservabilityAccessManagerLink_disappears (22.38s)
=== RUN TestAccObservabilityAccessManagerLink_update
--- PASS: TestAccObservabilityAccessManagerLink_update (55.60s)
=== RUN TestAccObservabilityAccessManagerLink_tags
--- PASS: TestAccObservabilityAccessManagerLink_tags (74.49s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/oam 188.609s
% make testacc TESTARGS='-run=TestAccInspector2Enabler_serial' PKG=inspector2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/inspector2/... -v -count 1 -parallel 20 -run=TestAccInspector2Enabler_serial -timeout 180m
=== RUN TestAccInspector2Enabler_serial
=== PAUSE TestAccInspector2Enabler_serial
=== CONT TestAccInspector2Enabler_serial
=== RUN TestAccInspector2Enabler_serial/disappears
=== RUN TestAccInspector2Enabler_serial/basic
=== RUN TestAccInspector2Enabler_serial/accountID
--- PASS: TestAccInspector2Enabler_serial (1382.43s)
--- PASS: TestAccInspector2Enabler_serial/disappears (217.26s)
--- PASS: TestAccInspector2Enabler_serial/basic (909.05s)
--- PASS: TestAccInspector2Enabler_serial/accountID (256.13s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/inspector2 1387.656s
@royrajan13 Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.60.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This pull requests add an
aws_oam_link
resource which provides the ability to create a link to a aws_oam_sink.Relations
Relates #28158
References
CreateLink API documentation
Output from Acceptance Testing