Skip to content

Commit ac77968

Browse files
committed
add cloudformation to list of services CICD role is allowed to manage
1 parent 86ff682 commit ac77968

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/project-config/aws_services.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ locals {
1515
// AWS Backup – Centralized service for automating backups across AWS resources.
1616
"backup",
1717

18+
// AWS CloudFormation – Infrastructure as Code (IaC) service for provisioning and managing AWS resources.
19+
"cloudformation",
20+
1821
// Amazon CloudWatch – Monitors and logs AWS resources and applications.
1922
"cloudwatch",
2023

0 commit comments

Comments
 (0)