We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d897d commit ee96428Copy full SHA for ee96428
infrastructure/terraform/per_account/dev/aws-backups.tf
@@ -82,7 +82,7 @@ module "source" {
82
bootstrap_kms_key_arn = aws_kms_key.backup_notifications.arn
83
project_name = local.project
84
reports_bucket = aws_s3_bucket.backup_reports.bucket
85
- terraform_role_arn = data.aws_caller_identity.current.arn
+ terraform_role_arn = var.assume_role
86
87
backup_plan_config = {
88
"compliance_resource_types" : [
0 commit comments