chore: upgrade providers and flux

This commit is contained in:
Julian Tölle 2022-02-02 19:19:23 +01:00
parent da1b4c9082
commit e7fe0bbdf5
3 changed files with 107 additions and 107 deletions

View file

@ -23,6 +23,7 @@ resource "tls_private_key" "main" {
# Flux
data "flux_install" "main" {
target_path = var.target_path
version = "v0.26.0"
}
data "flux_sync" "main" {

View file

@ -31,7 +31,7 @@ terraform {
}
flux = {
source = "fluxcd/flux"
version = ">= 0.0.13"
version = ">= 0.10.0"
}
}
}