这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: vercel/terraform-provider-vercel

Tags

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow 1d and 1w for deployment retention policy (#359)

* feat: allow 1d and 1w for deployment retention policy

* feat: manually update docs

my local tfplugindocs is adding wonky text to every doc

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create dsync groups data source (#344)

* Create dsync groups data source

* add test

* fix plurality

* update docs

* use ListNestedAttribute

* update docs

* fix result

* make TeamID optional

* remove notfound check

* add map attribute

* create example

* update docs

* line-break

* fix tests

* check length of map and list

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mark resource_environment_variables value as sensitive (#352)

Seems this was accidentally comitted as commented out.
Uncomment to mark them as sensitive. Note that this only affects the
output of the Terraform CLI, and does not prevent the value from being
stored in plaintext in the terraform state.

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)