-
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
[New Resource]: aws_verifiedpermissions_policy_store #32204
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
Requires #32198 |
3c5afea
to
fa42497
Compare
bf5ff0c
to
40640b5
Compare
I would like to somehow to help @nolotz , but I have no much experience in Terraform 😓 |
hi! is there a roadmap/timeline for the merging of this new resource? thanks! |
Are there any updates on this? Is it waiting on this PR #32208 ? Thanks |
Any update on that @nolotz ? Maybe we can help? |
+1 |
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=TestAccVerifiedPermissions' PKG=verifiedpermissions
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/verifiedpermissions/... -v -count 1 -parallel 20 -run=TestAccVerifiedPermissions -timeout 360m
--- PASS: TestAccVerifiedPermissionsPolicyStoreDataSource_basic (12.09s)
--- PASS: TestAccVerifiedPermissionsPolicyStore_disappears (12.41s)
--- PASS: TestAccVerifiedPermissionsPolicyStore_basic (14.53s)
--- PASS: TestAccVerifiedPermissionsSchema_disappears (14.62s)
--- PASS: TestAccVerifiedPermissionsPolicyStore_update (18.17s)
--- PASS: TestAccVerifiedPermissionsSchema_basic (18.92s)
--- PASS: TestAccVerifiedPermissionsSchema_update (23.35s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/verifiedpermissions 27.059s
@nolotz thank you for the contribution! 🎉 |
This functionality has been released in v5.32.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 merge request is an extension to our ongoing efforts to support Amazon's VerifiedPermissions service in the Terraform AWS provider. The aim here is to include the
aws_verifiedpermissions_policy_store
resource, which provides users with the ability to manage their VerifiedPermissions policy stores directly through Terraform.This merge request includes:
Relations
Relates #32198
Relates #32158
Potential Terraform Configuration
References
Output from Acceptance Testing