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

Commit

Permalink
Interpolate list lookup [#127396911]
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Anchuri committed Oct 13, 2016
1 parent 35fd053 commit d99f094
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 = "element(var.zone, 1)"
zone = "${element(var.zones, 1)}"

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

Expand Down

0 comments on commit d99f094

Please sign in to comment.