We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d4928 commit 582520aCopy full SHA for 582520a
infra/project-config/aws_services.tf
@@ -15,6 +15,12 @@ locals {
15
// AWS Backup – Centralized service for automating backups across AWS resources.
16
"backup",
17
18
+ // Amazon Bedrock – Provides foundation models and data automation capabilities for AI/ML workloads.
19
+ "bedrock",
20
+
21
+ // AWS CloudFormation – Infrastructure as Code (IaC) service for provisioning and managing AWS resources.
22
+ "cloudformation",
23
24
// Amazon CloudWatch – Monitors and logs AWS resources and applications.
25
"cloudwatch",
26
0 commit comments