mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Add refactored e2e tests
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
1730f3c46b
commit
f6b0c6e7ef
23 changed files with 3069 additions and 11 deletions
21
tests/integration/terraform/azure/variables.tf
Normal file
21
tests/integration/terraform/azure/variables.tf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
variable "azuredevops_org" {
|
||||
type = string
|
||||
description = "Name of Azure DevOps organizations were the repositories will be created"
|
||||
}
|
||||
|
||||
variable "azure_location" {
|
||||
type = string
|
||||
description = "Location of the resource group"
|
||||
default = "eastus"
|
||||
}
|
||||
|
||||
variable "tags" {
|
||||
type = map(string)
|
||||
default = {}
|
||||
description = "Tags for created Azure resources"
|
||||
}
|
||||
|
||||
variable "azuredevops_pat" {
|
||||
type = string
|
||||
description = "Personal access token for Azure DevOps repository"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue