Skip to content

Commit

Permalink
Fixing work_identity project
Browse files Browse the repository at this point in the history
  • Loading branch information
marko7460 committed Oct 22, 2019
1 parent 77cd1a0 commit be01095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module "gke" {
subnetwork = data.terraform_remote_state.infra-host-project.outputs.subnets_self_links[1]
master_ipv4_cidr_block = "10.0.1.0/28"
region = var.region
identity_namespace = "${data.terraform_remote_state.infra-host-project.outputs.project_id}.svc.id.goog"
identity_namespace = "${data.terraform_remote_state.infra-service-project.outputs.project_id}.svc.id.goog"
node_metadata = "GKE_METADATA_SERVER"
master_authorized_networks_config = [{
cidr_blocks = [{
Expand Down

0 comments on commit be01095

Please sign in to comment.