Closed karl-cardenas-coding closed 3 years ago
In the current Terraform configuration the tag value of consul.hashicorp.com/mesh is hard coded. In order to append to this value the Terraform template must be changed to accept tags provided through the tags variable.
consul.hashicorp.com/mesh
tags
tags = { "consul.hashicorp.com/mesh" = "true" }
In the current Terraform configuration the tag value of
consul.hashicorp.com/mesh
is hard coded. In order to append to this value the Terraform template must be changed to accept tags provided through thetags
variable.