Skip to content

Commit

Permalink
Enable cost allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 21, 2023
1 parent 1b622ba commit 0a7bcf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module "gke" {
http_load_balancing = true
horizontal_pod_autoscaling = true
enable_vertical_pod_autoscaling = true
enable_cost_allocation = true
create_service_account = true
# enable_private_endpoint = true
# enable_private_nodes = true
Expand All @@ -33,7 +34,6 @@ module "gke" {
]
}


module "gke_workload_identity" {
source = "terraform-google-modules/kubernetes-engine/google//modules/workload-identity"
version = "~> 28.0.0"
Expand All @@ -51,7 +51,6 @@ module "gke_workload_identity" {
depends_on = [module.gke]
}


module "gke_auth" {
source = "terraform-google-modules/kubernetes-engine/google//modules/auth"
version = "~> 28.0.0"
Expand Down

0 comments on commit 0a7bcf3

Please sign in to comment.