Skip to content

Commit

Permalink
Merge pull request #12 from Datatamer/fix_outputs
Browse files Browse the repository at this point in the history
DSD-2181: BugFix to output correct variable
  • Loading branch information
creynolds15 authored Apr 7, 2023
2 parents da29d43 + 3e2f0e4 commit 6df20bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# GCP Tamr IAM module

## v2.0.1 - April 7th 2022
* Fix issue with outputs

## v2.0.0 - April 5th 2023
* Following input variables now required
* tamr_service_account
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "service_account_email" {
value = local.tamr_service_account
value = var.tamr_service_account
description = "Email of the service account given permissions to"
}

0 comments on commit 6df20bc

Please sign in to comment.