From 0e93476199e7737d489ce8b97bbdc6e22ec131b1 Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Thu, 3 Oct 2024 13:37:23 +0200 Subject: [PATCH] Remove hard-coded tenant role ARN. (#106) This was used for development. It's not needed in production, since the CFN generated by the Elastio tenant API will have the appropriate tenant role ARN hard-coded as the default value for the parameter. --- elastio-terraform-deployment/module/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/elastio-terraform-deployment/module/main.tf b/elastio-terraform-deployment/module/main.tf index 330bc97..0b0d8bd 100644 --- a/elastio-terraform-deployment/module/main.tf +++ b/elastio-terraform-deployment/module/main.tf @@ -38,7 +38,6 @@ locals { disableCustomerManagedIamPolicies = var.disable_customer_managed_iam_policies disableServiceLinkedRolesCreation = var.service_linked_roles == "tf" supportRoleExpirationDate = var.support_role_expiration_date - tenantRoleArn = "arn:aws:iam::176355207749:role/vkryvenko.development.elastio.us" } enriched_connectors = [