-
Notifications
You must be signed in to change notification settings - Fork 127
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(rdb): Adding privileges support #844
Conversation
3643fc5
to
63f72e4
Compare
fix: bad uuid management fix: Create was not properly handling regional IDs testing updating resource docs docs: updating format following 'convention' removing test fix: parseRegionalId instead of extract missing other occurence feat(rdb): supporting datasource doc: documenting the rdb priv resources
f7a6834
to
4ff6c7f
Compare
docs/data-sources/rdb_privilege.md
Outdated
|
||
In addition to all arguments above, the following attributes are exported: | ||
|
||
- `permission` - The permission for this user on the database |
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.
Could you add valid values ? Valid values are readonly
, readwrite
, all
, custom
and none
Hey 🙂 Thank you very much for implementing this! Any estimations for when a new provider version which includes this feature will be published to the terraform registry? 😄 |
The new provider is coming very soon, we are in the process of fixing some acceptance tests and will do a release soon after. If you are in a hurry and need to have this provider ASAP you can use the following override to make it happen: https://www.terraform.io/docs/cli/config/config-file.html#development-overrides-for-provider-developers |
Resources
Datasources