Skip to content

Instantly share code, notes, and snippets.

@weeyin83
Created December 30, 2023 12:42
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 weeyin83/65487b439d76b119a94d8ac270bd5e14 to your computer and use it in GitHub Desktop.
Save weeyin83/65487b439d76b119a94d8ac270bd5e14 to your computer and use it in GitHub Desktop.
##
# Variables
##
variable "location" {
type = string
default = "northeurope"
}
variable "naming_prefix" {
type = string
default = "techielass"
}
variable "github_repository" {
type = string
default = "github-actions-terraform"
}
variable "tag_usage" {
type = string
default = "terraform-state"
}
variable "tag_owner" {
type = string
default = "sarah"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment