fluxcd-flux2/tests/integration/terraform/azure/variables.tf
2022-09-29 22:07:19 +01:00

27 lines
699 B
HCL

variable "azure_devops_org" {
type = string
default = "flux-azure"
description = "Name of Azure DevOps organizations were the repositories will be created"
}
variable "shared_suffix" {
type = string
default = "oarfish"
description = "Generated random suffix for resources created by terraform/shared"
}
variable "azuredevops_pat" {
type = string
description = "Personal access token for Azure DevOps repository"
}
variable "azuredevops_id_rsa" {
type = string
description = "Personal access token for Azure DevOps repository"
}
variable "azuredevops_id_rsa_pub" {
type = string
description = "Personal access token for Azure DevOps repository"
}