Skip to content

Instantly share code, notes, and snippets.

@Yamini-crypto
Created January 10, 2024 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yamini-crypto/fcd72fe15482ea55bc13de52ba13e840 to your computer and use it in GitHub Desktop.
Save Yamini-crypto/fcd72fe15482ea55bc13de52ba13e840 to your computer and use it in GitHub Desktop.
# Add new variable to variables.tf file
variable "ignore_tags" {
description = "Determines whether the `tags` value is ignored after initial apply. See README note for more details"
type = bool
default = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment