Skip to content

Commit 2efec1e

Browse files
committed
change policy name
1 parent a6cf85e commit 2efec1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ resource "aws_iam_role_policy_attachment" "ods_report_presign_url" {
195195
}
196196

197197
resource "aws_iam_role" "api_gateway_cloudwatch" {
198-
name = "${terraform.workspace}_DocStoreAPIGatewayLogs"
198+
name = "${terraform.workspace}_NdrAPIGatewayLogs"
199199

200200
assume_role_policy = jsonencode({
201201
Version = "2012-10-17"

0 commit comments

Comments
 (0)