We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ff682 commit ac77968Copy full SHA for ac77968
infra/project-config/aws_services.tf
@@ -15,6 +15,9 @@ locals {
15
// AWS Backup – Centralized service for automating backups across AWS resources.
16
"backup",
17
18
+ // AWS CloudFormation – Infrastructure as Code (IaC) service for provisioning and managing AWS resources.
19
+ "cloudformation",
20
+
21
// Amazon CloudWatch – Monitors and logs AWS resources and applications.
22
"cloudwatch",
23
0 commit comments