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
Expected behavior:
Clean terraform runs when nothing has changed
Actual behavior:
The service account's policy is set to the policies from it's user. Terraform picks this up, sees no policy defined in code, and tries to drop it on every run. Policy should be changed if any is defined and differs, but should be ignored when none is defined in code.
Reproduces how often: Always
Versions
Terraform: 1.5.5
Module: 1.18.0
Additional Information
Seems related to/introduced by Issue #501 and PR #502
The text was updated successfully, but these errors were encountered:
Description
minio_iam_service_account
resource keeps dropping policy.Steps to Reproduce
Expected behavior:
Clean terraform runs when nothing has changed
Actual behavior:
The service account's policy is set to the policies from it's user. Terraform picks this up, sees no policy defined in code, and tries to drop it on every run. Policy should be changed if any is defined and differs, but should be ignored when none is defined in code.
Reproduces how often: Always
Versions
Terraform: 1.5.5
Module: 1.18.0
Additional Information
Seems related to/introduced by Issue #501 and PR #502
The text was updated successfully, but these errors were encountered: