Skip to content

Commit

Permalink
Remove hard-coded tenant role ARN. (#106)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anelson authored Oct 3, 2024
1 parent 4bf758f commit 0e93476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elastio-terraform-deployment/module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0e93476

Please sign in to comment.