v3.0.0
What's Changed
- Fix tests for standard_legacy by making fluid off for the tests by @dglsparsons in #302
- Support updating of existing alias resources by @dglsparsons in #301
- [vercel_team_config] Fix saml dsync for access groups by @kitfoster in #298
Upgrade Steps
This release includes a breaking change to vercel_team_config.saml
. If you are not using vercel_team_config.saml
, no upgrade steps are required.
If you are using vercel_team_config.saml
:
- Update your config for
vercel_team_config.saml
- If
vercel_team_config.saml.access_group_id
is specified: remove it - If
vercel_team_config.saml.roles
is specified: change the values of the object from strings to objects with the format{ role = "<role e.g. VIEWER>" }
|{ access_group_id = "<access_group_id>" }
- If
- Refresh the terraform state with
terraform refresh
orterraform apply
The provider will ensure the terraform state correctly migrates any existing vercel_team_config.saml.roles
to the new format
Full Changelog: v2.15.1...v3.0.0