Skip to content

Commit

Permalink
Merge pull request #3 from 3scale/feat-bump-tf-aws-label-version
Browse files Browse the repository at this point in the history
feat: bump tf-aws-label version
  • Loading branch information
raelga authored Sep 16, 2020
2 parents 92ee779 + 8c201b7 commit 14341eb
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
Expand Up @@ -8,7 +8,7 @@ locals {
}

module "secret_label" {
source = "[email protected]:3scale/tf-aws-label.git?ref=tags/0.1.1"
source = "[email protected]:3scale/tf-aws-label.git?ref=tags/0.1.2"
project = var.project
environment = var.environment
workload = var.workload
Expand All @@ -30,4 +30,4 @@ resource "vault_generic_secret" "write" {
data "vault_generic_secret" "read" {
count = "${var.write ? 0 : 1}"
path = local.full_path
}
}

0 comments on commit 14341eb

Please sign in to comment.