devops/infra/modules/argocd/project/variables.tf

13 lines
143 B
HCL

variable "server" {
type = string
}
variable "password" {
type = string
}
variable "username" {
type = string
default = "admin"
}