Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save youssef-chtourou/f65ea5b655710fcccd23667527c1bc56 to your computer and use it in GitHub Desktop.
Save youssef-chtourou/f65ea5b655710fcccd23667527c1bc56 to your computer and use it in GitHub Desktop.
variables.tf
variable "rgname" {
type = string
}
variable "website_name" {
type = string
}
variable "plan_name" {
type = string
}
variable "kind_type" {
type = string
}
variable "reserved" {
type = bool
}
variable "tags" {
type = map(string)
default = {
env = "dev"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment