# Bootstrap: the replication role is created by the us-east-1 apply.
# Re-enable this data source (and apply_replication_destination_configuration
# in s3.tf that references it) after the us-east-1 apply completes.
data "aws_iam_role" "replication_source_iam_role" {
  name = "S3-${var.environment}-${var.hot_updater_server_source_bucket_name}-replication-role"
}
