From 3067d85aa7f06f9ce89dafcd6478f44948f617f1 Mon Sep 17 00:00:00 2001 From: bryanppotter1 <99817961+bryanppotter1@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:03:29 -0500 Subject: [PATCH] Changed replication_role to s3_replication_role in variables.tf --- terraform/infrastructure/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/infrastructure/variables.tf b/terraform/infrastructure/variables.tf index 45d5e89e86..47dfd5ea7c 100644 --- a/terraform/infrastructure/variables.tf +++ b/terraform/infrastructure/variables.tf @@ -91,7 +91,7 @@ variable "regional_cluster_endpoint" { #region S3 # cf. s3.tf -variable "replication_role" { +variable "s3_replication_role" { description = "Role used for S3 object replication" type = string