Skip to content

Commit

Permalink
change billing content to var.organization
Browse files Browse the repository at this point in the history
  • Loading branch information
DFurt committed Oct 2, 2023
1 parent cad9bf3 commit 4dc2d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {

aws_default_tags = {
ManagedByTerraform = "yes"
Billing = "example"
Billing = var.organization
TerraformWorkspace = terraform.workspace
Environment = var.environment
}
Expand Down

0 comments on commit 4dc2d2d

Please sign in to comment.