pactflow / terraform-provider-pact

Terraform provider for Pact Broker (and Pactflow)
https://pactflow.io
MIT License
24 stars 4 forks source link

Chore: upgrade to latest terraform SDK #24

Open mefellows opened 2 years ago

mefellows commented 2 years ago

There are lots of "error" looking items in the logs, such as:

      - .main_branch: planned value cty.StringVal("") for a non-computed attribute
      - .repository_url: planned value cty.StringVal("") for a non-computed attribute

These aren't errors (see this issue but do clog up logs and are likely to cause confusion/anxiety when read without understanding.

Upgrading to the latest SDK should resolve this