Releases: mineiros-io/terraform-google-service-account
Releases · mineiros-io/terraform-google-service-account
v0.0.6
Fixed (BREAKING)
- Do not fail unset provider project if project argument is provided
BREAKING CHANGES
- detected project id was
projects/{project_id}
which now changed to{project_id}
and might trigger recreation. - to update reimport the resource or add
projects/
prefix to the project
v0.0.5
Changelog
Fixed
- Set default value of
members
in iam to[]
.