Skip to content

Commit

Permalink
remove equal sign
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlbnkl committed Jul 14, 2023
1 parent 626d3b8 commit c2883a5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions examples/argocd/providers.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
provider "aws" {
region = var.region
default_tags = {
Environment = "dev"
Owner = "infra-team"
Project = "swiss-army-kube"
CostCenter = "infrastructure"
default_tags {
tags = {
Environment = "dev"
Owner = "infra-team"
Project = "swiss-army-kube"
CostCenter = "infrastructure"
}
}
}

Expand Down

0 comments on commit c2883a5

Please sign in to comment.