Skip to content

Commit

Permalink
Merge pull request #6 from keneobum881/feature
Browse files Browse the repository at this point in the history
deploying gke
  • Loading branch information
keneobum881 authored May 21, 2024
2 parents 3f981b6 + 87b1dda commit ff2e453
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ module "vpc" {
env = "${local.env}"
}

module "gke" {
source = "../../modules/gke"
project = "${var.project}"
subnet = "${module.vpc.subnet}"
}
# module "gke" {
# source = "../../modules/gke"
# project = "${var.project}"
# subnet = "${module.vpc.subnet}"
# }

# module "http_server" {
# source = "../../modules/http_server"
Expand Down

0 comments on commit ff2e453

Please sign in to comment.