sl1pm4t / k2tf

Kubernetes YAML to Terraform HCL converter
Mozilla Public License 2.0
1.18k stars 108 forks source link

Argument names must not be quoted. #30

Closed dmarkey closed 5 years ago

dmarkey commented 5 years ago

Getting this error with terraform Terraform v0.12.3, I think it's because the generated manifests are missing the "=" for arguments

sl1pm4t commented 5 years ago

Thanks @dmarkey I'll take a look.

dmarkey commented 5 years ago

terraform 0.12upgrade is a valid workaround for now.