gardener-attic / kubify

Terraform Template to Setup a Kubernetes Cluster on OpenStack/AWS/Azure
Other
147 stars 31 forks source link

add new field 'owners' for aws_ami #70

Closed Diaphteiros closed 5 years ago

Diaphteiros commented 5 years ago

Because it is required now: https://www.terraform.io/docs/providers/aws/d/ami.html

I tried to delete an old Kubify project, but did an terraform init before which downloaded new versions of the terraform plugins. Then the terraform destroy failed with the message that the "owners" field is missing. I was unable to delete the project until I added the owners field.