Skip to content

Commit 582520a

Browse files
Re-add bedrock and cloudformation to AWS services list; services were lost during merge from main
1 parent 25d4928 commit 582520a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

infra/project-config/aws_services.tf

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

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+
1824
// Amazon CloudWatch – Monitors and logs AWS resources and applications.
1925
"cloudwatch",
2026

0 commit comments

Comments
 (0)