You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The read and import methods of the minio_service_account resource reads only the access_key property, and not other properties of the service account resource.
Steps to Reproduce
Create and then import a minio_service_account, see:
@AaronFriel sorry for the delay on this! I opened #525 that should hopefully fix this. It looks like policy was added after this issue was initially created, but let me know if that PR is missing anything or if you have a chance to test it out
Prerequisites
Description
The read and import methods of the
minio_service_account
resource reads only theaccess_key
property, and not other properties of the service account resource.Steps to Reproduce
Create and then import a
minio_service_account
, see:https://github.com/aminueza/terraform-provider-minio/blob/master/minio/resource_minio_service_account.go#L138-L158
First reported by a Pulumi user here:
The text was updated successfully, but these errors were encountered: