Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
xingao267 committed Apr 14, 2020
1 parent ac2a37b commit e0bc1d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# $ gcloud compute ssh bastion-vm --zone=<var.zone> --project=<var.project_id>
# $ mysql -h <sql_internal_ip> -u root
module "iap_bastion" {
module "bastion" {
source = "terraform-google-modules/bastion-host/google"

name = "bastion-vm"
Expand All @@ -39,7 +39,7 @@ EOF
}
# NAT to allow bastion-VM to connect to the Internet to install `mysql-client-core-5.7`.
module "cloud-nat" {
module "bastion_router" {
source = "terraform-google-modules/cloud-router/google"
name = "bastion-router"
region = var.region
Expand Down

0 comments on commit e0bc1d0

Please sign in to comment.