oracle-terraform-modules/terraform-oci-vcn

rename var.tag to be more specific

kral2 opened this issue ยท 0 comments

kral2 commented

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

currently var.tag controls the freeform tags creation. We should make it more specific, so we can also support defined tags without confusion.

New or Affected Resource(s)

all resources managed by the module

Potential Terraform Configuration

var.tags--> var.freeform_tags

References