Skip to content

Commit 9ccc56f

Browse files
authored
PATCH: Merge pull request #10 from skalish/increment-iam
increment terraform-gcp-tamr-iam version to fix missing project variable
2 parents 73128f7 + 6542531 commit 9ccc56f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Tamr GCP Wrapper - v0.5.1 - November 16th 2021
2+
* Bump terraform-gcp-tamr-iam version to include missing project variable
3+
14
# Tamr GCP Wrapper - v0.2.1 - August 3rd 2020
25
* Remove direct invocation of GLB module
36
* update docs with more examples

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ locals {
2020
}
2121

2222
module "iam" {
23-
source = "git::[email protected]:Datatamer/terraform-gcp-tamr-iam?ref=v0.1.0"
23+
source = "git::[email protected]:Datatamer/terraform-gcp-tamr-iam?ref=v0.1.1"
2424

2525
project_id = var.project_id
2626
tamr_service_account = var.tamr_instance_service_account

0 commit comments

Comments
 (0)