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
SiteBuildSettings is missing a lot of really important fields I wanted to point out:
env
provider
repo_type
repo_url
repo_branch
I'm able to create a site connected to a VCS from the API but I can't reload that data and verify. This is particularly important in Terraform so it can reconcile if anything changed remotely.
EDIT: Added env as an important one since I can't modify env vars until this is available.
The text was updated successfully, but these errors were encountered:
Howdy! 👋
SiteBuildSettings
is missing a lot of really important fields I wanted to point out:env
provider
repo_type
repo_url
repo_branch
I'm able to create a site connected to a VCS from the API but I can't reload that data and verify. This is particularly important in Terraform so it can reconcile if anything changed remotely.
EDIT: Added
env
as an important one since I can't modify env vars until this is available.The text was updated successfully, but these errors were encountered: