github temporalio/terraform-provider-temporalcloud v1.8.0

latest release: v1.9.0
15 days ago

⚠️ Upgrade from v1.7.0, or skip it

v1.7.0 can silently revoke Temporal Cloud project access grants. If a user, group, or service
account has project grants that were assigned outside Terraform, any terraform apply touching that
identity removes them — including an apply that only changes a description.

  • Running v1.7.0? Upgrade before your next apply, then re-check project grants on every identity
    Terraform manages. Grants already lost will need to be reassigned.
  • Running v1.6.0 or earlier? You are unaffected. Skip v1.7.0 and go straight to v1.8.0.

v1.6.0 and earlier declare an API version below the one that exposes project grants, so the server
preserves them on the provider's behalf. v1.7.0 crossed that boundary without setting the field;
v1.8.0 preserves it explicitly.

What's Changed

Full Changelog: v1.7.0...v1.8.0

Don't miss a new terraform-provider-temporalcloud release

NewReleases is sending notifications on new releases.