Open harleyjackthomas opened 2 years ago
Terraform v1.1.3
resource "vercel_project" "all_trace" { ... domain { name = <HIDDEN> git_branch = "example-branch" } }
Update the domain's git-branch setting.
Not updated!
It appears the git_branch has no effect on the domain, every other field works expected except this.
Happy to help out! First git issue I have logged, apologies if I did something incorrectly.
Terraform Version
Terraform v1.1.3
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Update the domain's git-branch setting.
Actual Behavior
Not updated!
It appears the git_branch has no effect on the domain, every other field works expected except this.
Happy to help out! First git issue I have logged, apologies if I did something incorrectly.