File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ # Tamr GCP Wrapper - v0.5.2 - November 16th 2021
2+ * Bump terraform-gcp-tamr-vm to update dataproc configuration
3+
14# Tamr GCP Wrapper - v0.5.1 - November 16th 2021
25* Bump terraform-gcp-tamr-iam version to include missing project variable
36
Original file line number Diff line number Diff line change @@ -73,15 +73,16 @@ module "bigtable" {
7373}
7474
7575module "tamr_vm" {
76- source = " git::[email protected] :Datatamer/terraform-gcp-tamr-vm.git?ref=v0.1 .0" 76+ source = " git::[email protected] :Datatamer/terraform-gcp-tamr-vm.git?ref=v0.5 .0" 7777 # tamr VM
78- tamr_instance_name = var. deployment_name
79- tamr_instance_zone = var. zone
80- tamr_instance_image = var. tamr_instance_image
81- tamr_instance_service_account = module. iam . service_account_email
82- tamr_instance_subnet = local. subnetwork
83- tamr_instance_project = var. project_id
84- tamr_zip_uri = var. tamr_zip_uri
78+ tamr_instance_name = var. deployment_name
79+ tamr_instance_zone = var. zone
80+ tamr_instance_image = var. tamr_instance_image
81+ tamr_instance_service_account = module. iam . service_account_email
82+ tamr_instance_subnet = local. subnetwork
83+ tamr_instance_project = var. project_id
84+ tamr_zip_uri = var. tamr_zip_uri
85+ tamr_instance_deletion_protection = local. deletion_protection
8586 # bigtable config
8687 tamr_bigtable_instance_id = module. bigtable . bigtable_instance_id
8788 tamr_bigtable_cluster_id = module. bigtable . bigtable_cluster_id
You can’t perform that action at this time.
0 commit comments