Skip to content
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

Service account read & import do not read all properties, e.g.: target_user. #481

Closed
1 task done
AaronFriel opened this issue Jul 7, 2023 · 1 comment · Fixed by #525
Closed
1 task done

Service account read & import do not read all properties, e.g.: target_user. #481

AaronFriel opened this issue Jul 7, 2023 · 1 comment · Fixed by #525

Comments

@AaronFriel
Copy link

Prerequisites

  • Be sure that theres no open issue already.

Description

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:

https://github.com/aminueza/terraform-provider-minio/blob/master/minio/resource_minio_service_account.go#L138-L158

First reported by a Pulumi user here:

@pjsier
Copy link
Collaborator

pjsier commented Oct 9, 2023

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants