Closed lpossamai closed 5 years ago
This is definitely a feature request...
@lpossamai I am not familiar with 'apply' as a terraform manifest configuration and I don't see it documented on https://www.terraform.io/docs/configuration/index.html Adding this is not something that would be added to just this resource, but would need to be added to the main terraform code and parser.
It looks like you want to create a service resource if a variable is set? Similar to https://github.com/hashicorp/terraform/issues/15281
Hi all. Sorry if this is not the right place for this.
I am not able to "assign" a service via terraform. Or is it just me that is doing it wrong? The documentation doesn't say much about it.
main.tf:
The error is: Error: Unknown root level key: apply
is this feature not available yet? Cheers!