terraform-aws-cli-resource icon indicating copy to clipboard operation
terraform-aws-cli-resource copied to clipboard

Results 2 terraform-aws-cli-resource issues
Sort by recently updated
recently updated
newest added

Terraform does not allow to use variables other than self, count and for_each in destroy command. Also updated code to avoid deprecation warnings and fix variable types.

It would be nice to version this module, as requested in https://github.com/opetch/terraform-aws-cli-resource/issues/5 a possible solution would be, to add tests using [kitchen-terraform](https://github.com/newcontext-oss/kitchen-terraform) and Travis configuration that runs the tests, [tags...