update to syntax change in terraform provider (#8782)

As of the 7.1.0 version of the terraform provider, kube_groups is now kubernetes_groups:

191ebbb043 (diff-945482f9602d8a0ad1775753261e0e5b1e7ddbb64dad8b4af6d61bdaab27be40L22-R23)
This commit is contained in:
Jeff Anderson 2021-11-01 16:44:10 -04:00 committed by GitHub
parent 3cedd55338
commit ba908da2b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,8 +178,8 @@ Role specification consists of two sections: `allow` and `deny`. They are identi
|---------------------------|-------------|-----------------------------------------------------------------|
| `database_names`| string list | List of database names this role is allowed to connect to |
| `database_users`| string list | List of database users this role is allowed to connect as |
| `kube_groups`| string list | List of Kubernetes groups |
| `kube_users`| string list | List of Kubernetes users to impersonate |
| `kubernetes_groups`| string list | List of Kubernetes groups |
| `kubernetes_users`| string list | List of Kubernetes users to impersonate |
| `logins`| string list | Logins is a list of *nix system logins |
| `app_labels`| set | Application labels |
| `app_labels.name`| string | Application name |