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