⚠️ 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.0and go straight tov1.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
- VLN-1709: remediate checkout-below-v7 by @picatz in #431
- ci: fix expired CA certs by @shakeelrao in #433
- projects: add initial CRUD support by @shakeelrao in #432
- [CLDIAM-1240][bug] fix silent removal of project roles by @shakeelrao in #434
Full Changelog: v1.7.0...v1.8.0