-
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_finspace_kx_user
#31804
Conversation
Community NoteVoting for Prioritization
For Submitters
|
_tags acceptance test output not shown above since still working through some test issues brought about by switch to transparent tagging, as discussed with @jar-b. Tags count is showing one less than it should (0 instead of 1 or 1 instead of 2). Edit: Resolved |
…date script (hashicorp#31596) * chore: add PR based workflow for cdktf docs * docs: update cdktf documentation * chore: update dependencies * chore: add ignore flag * chore: pin github action versions * chore: run go mod tidy * chore: don't use version detection anymore
…rovider-aws into f-finspace_kx_user
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 PKG=finspace TESTS=TestAccFinSpaceKxUser_
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/finspace/... -v -count 1 -parallel 20 -run='TestAccFinSpaceKxUser_' -timeout 180m
--- PASS: TestAccFinSpaceKxUser_updateRole (1217.63s)
--- PASS: TestAccFinSpaceKxUser_tags (1258.14s)
--- PASS: TestAccFinSpaceKxUser_disappears (1359.83s)
--- PASS: TestAccFinSpaceKxUser_basic (1564.18s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/finspace 1567.513s
Thanks for your contribution, @kavan-aws! 🎸 |
This functionality has been released in v5.2.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 request introduces the
finspace_kx_user
resource, along with its associated tests and documentation. This is one component of four new resources being introduced to enable terraform support for FinSpace Managed kdb.Relations
Relates #22658
References
Output from Acceptance Testing