Skip to content

Commit

Permalink
feat(server-ip): Servers now has external ip
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMadeEasy committed Oct 18, 2019
1 parent 418bd05 commit c2fd740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ resource "google_compute_instance_template" "server" {

network_interface {
network = google_compute_network.default.name
access_config {
nat_ip = ""
network_tier = var.network_tier
}
}

service_account {
Expand Down

0 comments on commit c2fd740

Please sign in to comment.