Releases: vercel/terraform-provider-vercel
Releases · vercel/terraform-provider-vercel
v4.6.0
Changelog
- 25fa34e: add wo support (#449) (@dglsparsons)
- 3625839: Add value_wo field to shared env var (#450) (@dglsparsons)
v4.5.0
Changelog
- 611e4b5: Firewall - support Session Fixation Attack in OWASP (#447) (@dglsparsons)
v4.4.1
Changelog
- ae5351b: Mark a bunch of fields as sensitive (#444) (@dglsparsons)
- d21699b: Add timestamp to attack challenge mode resource + data source (#445) (@dglsparsons)
v4.4.0
Changelog
- 43144aa: feat: implemented
vercel_networkresource and accompanying data source (#415) (@emeraldsanto) - 9a6e8b0: Fix version references (@dglsparsons)
- da299e2: Fix concurrent map access by not doing dumb shit with regex (#439) (@dglsparsons)
v4.3.0
Changelog
- 139b598: fix(go): update module path to v4 (#429) (@omercnet)
- c45e254: Add Node.js 24.x version support (#428) (@Hardtack)
- 2983d15: feat: add computed id attribute to all resources for Pulumi compatibility (#431) (@omercnet)
- 735ce47: Fix SAML validator (#432) (@dglsparsons)
- 78cb7f7: Fix conflict on SAML property (#433) (@dglsparsons)
- dec25e5: Fix MFE tests (#435) (@dglsparsons)
- 10e2db5: Add missing id (#434) (@dglsparsons)
- 441b0e4: Update webhook event types from the list in the web documentation. (#437) (@jonpulsifer)
v4.2.0
Changelog
- bfff1f7: Add support for
git_provider_optionson project resource + data source (#424) (@dglsparsons)
v4.1.0
Changelog
- f117039: Add support for Preview Deployment Suffix on project level (#423) (@dglsparsons)
v4.0.2
Changelog
- 4b68835: Bump deps and fix inconsistent output error from env_variables resource (#419) (@dglsparsons)
- 4244c7f: Fix alias tests (#420) (@dglsparsons)
- c55fa8f: Fix build machine test (#421) (@dglsparsons)
- b0acb4c: Add VIEWER_FOR_PLUS and SECURITY roles (#422) (@dglsparsons)
v4.0.1
Changelog
- b83a686: Fix log-drain resource by using new API endpoints (#413) (@dglsparsons)
v4.0.0
Changelog
- ec872ff: remove OIDC enabled property from project (#407) (@marcgreenstock)
- bfe3867: fix: Handle existence operators (ex/nex) in firewall rules (#409) (@SIGTERM-015)