Skip to content

Commit

Permalink
chore: Update owner in main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jul 13, 2024
1 parent 67d0c59 commit 41ab8c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion live/common-infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {
default_tags {
tags = merge(module.label.tags, {
ManagedBy = "terraform"
Owner = "Software-Platforms"
Owner = "NaNLABS"
Repository = "https://github.com/Ionna-ev/terraform-infra"
RepositoryPath = "live/common-infra"
})
Expand Down
2 changes: 1 addition & 1 deletion live/core-networking/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {
default_tags {
tags = merge(module.label.tags, {
ManagedBy = "terraform"
Owner = "Software-Platforms"
Owner = "NaNLABS"
Repository = "https://github.com/Ionna-ev/terraform-infra"
RepositoryPath = "live/core-networking"
})
Expand Down
2 changes: 1 addition & 1 deletion live/terraform-backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {
default_tags {
tags = merge(module.label.tags, {
ManagedBy = "terraform"
Owner = "Software-Platforms"
Owner = "NaNLABS"
Repository = "https://github.com/Ionna-ev/terraform-infra"
RepositoryPath = "live/terraform-backend"
})
Expand Down

0 comments on commit 41ab8c1

Please sign in to comment.