Skip to content

Commit

Permalink
Merge branch 'main' into feat/tr/cirrus_cli_iam_role
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorehreuter authored Mar 7, 2025
2 parents 301d01b + 6742b75 commit 2745e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cirrus/param_store.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ resource "aws_ssm_parameter" "cirrus_IAM_cli_role" {
name = "${local.parameter_prefix}CIRRUS_CLI_IAM_ARN"
type = "String"
value = aws_iam_role.cirrus_instance_cli_management_role[1].arn
}
}

0 comments on commit 2745e55

Please sign in to comment.