Releases: vercel/terraform-provider-vercel
Releases · vercel/terraform-provider-vercel
v3.4.0
Changelog
- b2c790f: Bug: remove set plan modifiers on env variables resource (#333) (@dglsparsons)
- 42123d6: Create resource for
vercel_project_crons
(#334) (@dglsparsons)
v3.3.0
Changelog
- fb57c95: dgls/test refactor (#324) (@dglsparsons)
- 84fb20e: [firewall config resource] Add AI bots support (#326) (@OhMyVolk)
- 656872f: Support setting
apply_to_all_custom_environments
onvercel_shared_environment_variable
resources (#329) (@dglsparsons) - c67b791: Flesh out custom certificate resource (#328) (@dglsparsons)
v3.2.1
Changelog
- 6636afc: Fix inconsistent team_id in project_deployment_retention resource (#323) (@dglsparsons)
v3.2.0
Changelog
- dac8d92: Add firewall as a source on log_drain (#321) (@dglsparsons)
v3.1.1
Changelog
- 4fd5cd0: fix(go): change package to v3 (#316) (@dglsparsons)
v3.1.0
Changelog
- 7dc2946: Add support for Vercel Toolbar settings at project level (#308) (@dglsparsons)
- f5f30c1: Add issue templates to the codebase (#311) (@dglsparsons)
- 4525aaf: Support On-Demand Build Concurrency on vercel_project resource (#309) (@dglsparsons)
- f576273: [firewall config resource] Add bot filter support (#313) (@OhMyVolk)
v3.0.1
Changelog
- 7d640b6: Fix vercel_team_config tests (@kitfoster)
- 7dba690: Check env vars for tests are set when used (#304) (@kitfoster)
- 1747cec: [firewall config resource] Fix example config (#307) (@OhMyVolk)
- 2267e5f: Fix a bunch of bugs in resource_project_environment_variables (#306) (@dglsparsons)
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
v2.15.1
Changelog
- 1d1292b: Remove Fluid + standard_legacy CPU validator for vercel_project (#291) (@dglsparsons)
v2.15.0
Changelog
- b3fd40e: Fix usage of resource config on vercel_project resource. (#286) (@dglsparsons)
- 81e2d24: Add support for setting Fluid on vercel_project resource (#288) (@dglsparsons)