这是indexloc提供的服务,不要输入任何密码
Skip to content

v3.0.0

Compare
Choose a tag to compare
@kitfoster kitfoster released this 29 Apr 08:29
· 29 commits to main since this release
bc29013

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:

  1. Update your config for vercel_team_config.saml
    1. If vercel_team_config.saml.access_group_id is specified: remove it
    2. 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>" }
  2. Refresh the terraform state with terraform refresh or terraform 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