chronark / terraform-provider-vercel

A terraform provider for vercel's hosting platform
ff789693-5a72-142e-e45d-326ead4ae7a4.vercel.app
Mozilla Public License 2.0
25 stars 9 forks source link

### Terraform Version #59

Open harleyjackthomas opened 2 years ago

harleyjackthomas commented 2 years ago

Terraform Version

Terraform v1.1.3

Affected Resource(s)

Terraform Configuration Files

resource "vercel_project" "all_trace" {
    ...
    domain {
        name        = <HIDDEN>
        git_branch  = "example-branch"
    }
}

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.