feat(tfacc): enable bedrock with foundation models data source#379
Merged
vieiralucas merged 1 commit intomainfrom Apr 14, 2026
Merged
feat(tfacc): enable bedrock with foundation models data source#379vieiralucas merged 1 commit intomainfrom
vieiralucas merged 1 commit intomainfrom
Conversation
Batch 10: TestAccBedrockFoundationModelsDataSource_basic passes against fakecloud out of the box. fakecloud's Bedrock implementation already returns the expected ListFoundationModels shape. SES, RDS, Cognito, S3, CloudFormation, Lambda, and Step Functions all triaged in this batch but each needs substantive fakecloud-side work (verification flow, DescribeOrderableDBInstanceOptions, ~5 schema blocks, EC2 surface, etc) that's bigger than this batch's wall-time budget. Each gets its own batch as the underlying gaps close.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batch 10 — adds Bedrock to the upstream Terraform acceptance harness.
`TestAccBedrockFoundationModelsDataSource_basic` passes against fakecloud out of the box. fakecloud's Bedrock implementation already returns the expected `ListFoundationModels` shape.
Triaged but deferred
Several other services were triaged in this batch but each needs substantive fakecloud-side work bigger than a single-batch budget:
Each gets its own batch as the underlying gaps close.
Test plan
Summary by cubic
Enable Bedrock acceptance in
fakecloud-tfaccby running thedata.aws_bedrock_foundation_modelsdata source test against fakecloud. This adds thebedrockservice to the allowlist and a test;ListFoundationModelsis already supported, so the smoke test passes.bedrockwith regex^TestAccBedrockFoundationModelsDataSource_basic$.bedrock_acceptancetest to run the service in the tfacc harness.Written for commit ece004e. Summary will update on new commits.