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.5.2

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix saml property on team config resource (#347)

This is causing refresh plans to be non-empty, as it continually thinks
the saml property is changing, even though it is not. The plan shows
zero changes (daft TF!).

Fix by removing the default, which conflicts when you have computed
state + UseStateForUnknown.

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deprecate `oidc_token_config.enabled` field (#340)

* Deprecated oict_token_config.enabled field

* Force oidc_token values to only allow true

---------

Co-authored-by: Douglas Harcourt Parsons <dglsparsons@gmail.com>

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[firewall config resource] Rename bot_filter to bot_protection (#335)

* doc renaming

* rename working

* handle bot_filter and bot_protection config

* update docs

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create resource for `vercel_project_crons` (#334)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Flesh out custom certificate resource (#328)

* Add a resource for vercel_custom_certificate

* Bump API version to allow tests to pass

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
0