8000 Tags · vercel/terraform-provider-vercel · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vercel/terraform-provider-vercel

Tags

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix inconsistent team_id in project_deployment_retention resource (#323)

Closes #322

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add firewall as a source on log_drain (#321)

v3.1.1

Toggle v3.1.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(go): change package to v3 (#316)

Co-authored-by: Omer Cohen <omer@descope.com>

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[firewall config resource] Add bot filter support (#313)

* Add firewall config bot filter support

* typo

* cleanup

* generate docs

* add missing project to tests

* fix test action

* fix condition

* default empty action for ManagedRule

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a bunch of bugs in resource_project_environment_variables (#306)

* Fix a bunch of bugs in resource_project_environment_variables

- Refresh state logic was broken
- We didn't factor in existing env vars properly when doing an Update
- It was fetching encrypted env vars, not decrypted ones
- Conflict errors weren't being handled properly in the client
- Decrypted field isn't always there in the API response
- Deleting env vars is eventually consistent
- Update was trying to update every env var, not just the new/changed ones

This closes #277 and #262 (probably)

* Set newly created env vars to be flagged as not decypted

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vercel_team_config] Fix saml dsync for access groups (#298)

v2.15.1

Toggle v2.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Fluid + standard_legacy CPU validator for vercel_project (#291)

This causes issues with unsupported Unknown fields for the project resource.

Disable for now until we can rework the types to properly support this.

Closes #290

v2.15.0

Toggle v2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for setting Fluid on vercel_project resource (#288)

* Add support for setting Fluid on vercel_project resource

* Fix lint failure

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support node_version on vercel_project resource + data source (#285)

Closes #252

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support adding Team Members by email address (#280)

* interface{} -> any. Fix faulty import example

* Support adding team_members by email address
0