Skip to content

Commit ee96428

Browse files
committed
feature/PI-407-immutable_backups Fix up role arn reference
1 parent 47d897d commit ee96428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/per_account/dev/aws-backups.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module "source" {
8282
bootstrap_kms_key_arn = aws_kms_key.backup_notifications.arn
8383
project_name = local.project
8484
reports_bucket = aws_s3_bucket.backup_reports.bucket
85-
terraform_role_arn = data.aws_caller_identity.current.arn
85+
terraform_role_arn = var.assume_role
8686

8787
backup_plan_config = {
8888
"compliance_resource_types" : [

0 commit comments

Comments
 (0)