From c93dd5c0653a51f1382e93adb5d81d6f54c8cff6 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Sat, 13 Jul 2024 02:33:47 -0300 Subject: [PATCH] chore: Update repository URLs in main.tf --- live/common-infra/main.tf | 2 +- live/core-networking/main.tf | 2 +- live/terraform-backend/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/live/common-infra/main.tf b/live/common-infra/main.tf index 7c8eb5f..6730849 100644 --- a/live/common-infra/main.tf +++ b/live/common-infra/main.tf @@ -5,7 +5,7 @@ provider "aws" { tags = merge(module.label.tags, { ManagedBy = "terraform" Owner = "NaNLABS" - Repository = "https://github.com/Ionna-ev/terraform-infra" + Repository = "https://github.com/nanlabs/terraform-aws-starter" RepositoryPath = "live/common-infra" }) } diff --git a/live/core-networking/main.tf b/live/core-networking/main.tf index 5a758e7..093b2eb 100644 --- a/live/core-networking/main.tf +++ b/live/core-networking/main.tf @@ -5,7 +5,7 @@ provider "aws" { tags = merge(module.label.tags, { ManagedBy = "terraform" Owner = "NaNLABS" - Repository = "https://github.com/Ionna-ev/terraform-infra" + Repository = "https://github.com/nanlabs/terraform-aws-starter" RepositoryPath = "live/core-networking" }) } diff --git a/live/terraform-backend/main.tf b/live/terraform-backend/main.tf index 23aeb37..bb8c3cb 100644 --- a/live/terraform-backend/main.tf +++ b/live/terraform-backend/main.tf @@ -5,7 +5,7 @@ provider "aws" { tags = merge(module.label.tags, { ManagedBy = "terraform" Owner = "NaNLABS" - Repository = "https://github.com/Ionna-ev/terraform-infra" + Repository = "https://github.com/nanlabs/terraform-aws-starter" RepositoryPath = "live/terraform-backend" }) }