terraformDummyRepo2/examples/variables.tf
2022-06-04 17:17:08 +02:00

7 lines
No EOL
90 B
HCL

variable "gitea_url" {
default = "http://localhost:3000/"
}
variable "gitea_token" {
}