Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Apr 15, 2025
1 parent bc780cd commit 06aa850
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
provider "aws" {
default_tags = {
organization = "census:ocio:csvd"
finops_project_name = "csvd_platformbaseline"
finops_project_number = "fs0000000078"
finops_project_role = "csvd_platformbaseline_app"
default_tags {
tags = {
organization = "census:ocio:csvd"
finops_project_name = "csvd_platformbaseline"
finops_project_number = "fs0000000078"
finops_project_role = "csvd_platformbaseline_app"
}
}
}

Expand Down

0 comments on commit 06aa850

Please sign in to comment.