We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73128f7 + 6542531 commit 9ccc56fCopy full SHA for 9ccc56f
CHANGELOG.md
@@ -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
+
4
# Tamr GCP Wrapper - v0.2.1 - August 3rd 2020
5
* Remove direct invocation of GLB module
6
* update docs with more examples
main.tf
@@ -20,7 +20,7 @@ locals {
20
}
21
22
module "iam" {
23
- source = "git::[email protected]:Datatamer/terraform-gcp-tamr-iam?ref=v0.1.0"
+ source = "git::[email protected]:Datatamer/terraform-gcp-tamr-iam?ref=v0.1.1"
24
25
project_id = var.project_id
26
tamr_service_account = var.tamr_instance_service_account
0 commit comments