Fix state

This commit is contained in:
2022-05-08 20:27:01 +02:00
parent 062d39324e
commit e92c44f7f1
6 changed files with 1596 additions and 77 deletions

View File

@@ -2,7 +2,7 @@
terraform {
required_providers {
flux = {
source = "fluxcd/flux"
source = "fluxcd/flux"
version = "0.14.1"
}
kubectl = {