Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go provider/user_resource: owner account_access (#135)
* go provider/user_resource: owner account_access I am experiencing an issue after Account Owners have been assigned to my account. I change the account_access for the users that are now AccountOwners from 'admin' --> 'owner' but terraform is complaining with: │ Error: Invalid Attribute Value Match | Attribute account_access value must be one of: ['admin' 'developer' 'read'], got: 'owner' If I don't do this, then our terraform consistently fails because Temporal reports these users as owners but our tf state has no drifted from what is actually in cloud. This commit adds 'owner' as a valid value for the user.account_access attribute to fix this. * added a minor comment to the account_access chema element * added a minor comment to the user resource doc. * removed a minor comment to the user resource doc. * removed a minor comment to the user resource doc. * removed a minor comment to the user resource doc. --------- Co-authored-by: Jonathan Lacefield <[email protected]>
- Loading branch information