Skip to content

Commit

Permalink
build: bump terraform-null-label to 0.6.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetOps authored Mar 17, 2019
1 parent 6b5b02b commit a267dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "label" {
source = "git::https://github.com/SweetOps/terraform-null-label.git?ref=tags/0.6.0"
source = "git::https://github.com/SweetOps/terraform-null-label.git?ref=tags/0.6.1"
enabled = "${var.enabled}"
namespace = "${var.namespace}"
name = "${var.name}"
Expand All @@ -15,7 +15,7 @@ resource "google_project" "default" {
count = "${var.enabled == "true" ? 1 : 0}"
name = "${module.label.id}"
project_id = "${module.label.id}"
labels = "${module.label.gcp_list_of_maps}"
labels = "${module.label.gcp_labels}"
org_id = "${var.org_id}"
folder_id = "${var.folder_id}"
skip_delete = "${var.enable_deletion_protection}"
Expand Down

0 comments on commit a267dac

Please sign in to comment.