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

Commit

Permalink
extra curly is extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Gershman committed Nov 4, 2016
1 parent 9a99eb5 commit 2797177
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 @@ -17,7 +17,7 @@ resource "google_compute_firewall" "ops-manager-external" {
}

resource "google_compute_image" "ops-manager-image" {
name = "${var.env_name}-ops-manager-image}"
name = "${var.env_name}-ops-manager-image"

raw_disk {
source = "${var.opsman_image_url}"
Expand Down

0 comments on commit 2797177

Please sign in to comment.