You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When managing infrastructure with Terraform and deploying Pages project with Wrangler, the latter messes up configuration set by the former.
For example, I set env vars in pages project via Terraform config and then build/deploy code using Wrangler CLI. On deployment, Wrangler deletes all env vars set by the Terraform (except for the secrets). keep_vars/--keep-vars is not available for Pages deployment.
The text was updated successfully, but these errors were encountered:
Describe the solution
When managing infrastructure with Terraform and deploying Pages project with Wrangler, the latter messes up configuration set by the former.
For example, I set env vars in pages project via Terraform config and then build/deploy code using Wrangler CLI. On deployment, Wrangler deletes all env vars set by the Terraform (except for the secrets).
keep_vars/--keep-vars
is not available for Pages deployment.The text was updated successfully, but these errors were encountered: