Closed battlebyte closed 3 weeks ago
@battlebyte Where are quoted type
constraints used in this repo? I'm struggling to find what the action is here
@mheap sorry, wrong repo 😞 . The real thing is https://github.com/Kong/deck/pull/1412
This was resolved in Deck
Type constraints in quotes was required in Terraform 0.11 and earlier, but that form is now deprecated and will be removed in a future version of Terraform. For example:
should be
if the quotes are present, an error is shown during
terraform apply
.