Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Put ops manager vm in first zone
Browse files Browse the repository at this point in the history
[#127396911]
  • Loading branch information
Aditya Anchuri committed Oct 13, 2016
1 parent b1ccdd3 commit 35fd053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops_manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "google_compute_instance" "ops-manager" {
name = "${var.env_name}-ops-manager"
depends_on = ["google_compute_subnetwork.ops-manager-subnet"]
machine_type = "n1-standard-2"
zone = "${var.zone}"
zone = "element(var.zone, 1)"

tags = ["${var.env_name}-ops-manager-external"]

Expand Down

0 comments on commit 35fd053

Please sign in to comment.