From f683b58001af05a821fb2f082128a910af4eaa5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Wed, 9 Oct 2024 11:19:20 +0200 Subject: [PATCH] feat!: point the Argo CD provider to the new repository --- terraform.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform.tf b/terraform.tf index bb1636de..a4fd3b13 100644 --- a/terraform.tf +++ b/terraform.tf @@ -1,8 +1,8 @@ terraform { required_providers { argocd = { - source = "oboukili/argocd" - version = ">= 5" + source = "argoproj-labs/argocd" + version = ">= 6" } utils = { source = "cloudposse/utils"