Skip to content

Commit

Permalink
Merge pull request #4529 from consideRatio/pr/activate-cost-allocatio…
Browse files Browse the repository at this point in the history
…n-tags-on-openscapes

terraform, openscapes: declare a few cost allocation tags
  • Loading branch information
consideRatio authored Jul 30, 2024
2 parents f74b101 + bdb08d6 commit b06af7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/aws/projects/openscapes.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ hub_cloud_permissions = {
}
},
}

active_cost_allocation_tags = [
"2i2c:hub-name",
"2i2c:node-purpose",
"aws:eks:cluster-name",
"kubernetes.io/cluster/{var_cluster_name}",
"kubernetes.io/created-for/pvc/name",
"kubernetes.io/created-for/pvc/namespace",
]

0 comments on commit b06af7d

Please sign in to comment.