mercari/terraform-provider-spinnaker

Update application fails during the migration from 0.1.0

Closed this issue · 0 comments

WHAT

When we try to update the Spinnaker application which was created from the 0.1.0 provider, it will fail.

- application = "keke-test"
+ application = "keke-test-2"

WHY

Because this line only gets application from the name field.

app["name"] = d.Get("name").(string)