Skip to content

Releases: vercel/terraform-provider-vercel

v3.4.0

28 May 08:59
42123d6
Compare
Choose a tag to compare

Changelog

v3.3.0

20 May 13:24
c67b791
Compare
Choose a tag to compare

Changelog

v3.2.1

13 May 20:18
6636afc
Compare
Choose a tag to compare

Changelog

v3.2.0

13 May 14:35
dac8d92
Compare
Choose a tag to compare

Changelog

v3.1.1

10 May 09:26
4fd5cd0
Compare
Choose a tag to compare

Changelog

v3.1.0

06 May 08:10
f576273
Compare
Choose a tag to compare

Changelog

v3.0.1

01 May 09:21
2267e5f
Compare
Choose a tag to compare

Changelog

v3.0.0

29 Apr 08:29
bc29013
Compare
Choose a tag to compare

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

v2.15.1

20 Mar 15:38
1d1292b
Compare
Choose a tag to compare

Changelog

v2.15.0

19 Mar 20:26
81e2d24
Compare
Choose a tag to compare

Changelog