This commit is contained in:
2022-05-08 17:02:47 +02:00
parent faf34f658f
commit 062d39324e
6 changed files with 1411 additions and 3 deletions

19
modules/flux/variables.tf Normal file
View File

@@ -0,0 +1,19 @@
variable "path" {
type = string
nullable = false
}
variable "namespace" {
type = string
nullable = false
}
variable "url" {
type = string
nullable = false
}
variable "branch" {
type = string
nullable = false
}