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
Validate sensitive environment variable config when creating env vars (……#185)
Turns out the API elides non-sensitive values into being sensitive if
the team has a sensitiveEnvironmentVariablePolicy set on it.
To prevent this from causing provider issues when the `sensitive` field
is explicitly set to `false`, warn at plan time that the resource being
created does not match the team policy.
Closes#183
Fix panic reading project data source (#176)
Turns out git_comments in the response can be null, and this wasn't
handled for the data_source.
Can't test this effectively, as new projects _always_ have git_comments
set, which is why this was missed.
Closes#175
Add support for project fields (#174)
This PR adds support on the `vercel_project` resource for...
** inhales **
- Preview Comments
- Git Comments
- Auto-assigning custom production domains (or disabling it)
- Git LFS
- Automatic function failover
- Customer Success Code Visibility
- Git Fork Protection
- Prioritising production builds
- Directory listing (wtf even is this)
- Skew protection
There's a lot of more advanced features among this set, so I think this
is a nice one to land.