mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 08:01:48 +00:00
27 lines
699 B
HCL
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"
|
|
}
|
|
|