-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat(secure-onboarding): Adding AccountFeature Resource #508
Conversation
A heads-up - the TF acceptance tests in other envs are known to fail, until the BE changes are released in all envs. PS: those envs will likely have dangling resources requiring to be cleaned up though. TF acc test results in stg:
|
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.
This looks good to me. Everything I'd expect to see. Nicely done.
Awesome, thanks! And thanks @haresh-suresh for making the base changes. :) |
Change summary: ---------------- - Adding new Account Feature resource with schema and CRUD operations in parity with Cloudauth Account and AccountComponent resource. - Adding the respective client and support for new resource type. - Added TF ACC tests for the new resource type. - Added docs md for the new resource.
d2c0ac9
to
7bc154a
Compare
Change summary:
in parity with Cloudauth Account and AccountComponent resource.