Skip to content

Remove unsupported endpoint overrides - #57

Merged
alexrashed merged 3 commits into
masterfrom
remove-unsupported-services
Apr 2, 2025
Merged

Remove unsupported endpoint overrides#57
alexrashed merged 3 commits into
masterfrom
remove-unsupported-services

Conversation

@viren-nadkarni

@viren-nadkarni viren-nadkarni commented Apr 2, 2025

Copy link
Copy Markdown
Member

#56 (v2.9) expanded the supported services but it started causing tflocal to break with:

│ Error: Unsupported argument
│ 
│   on localstack_providers_override.tf line 24, in provider "aws":
│   24:     bedrockruntime = "http://localhost:4566/"
│ 
│ An argument named "bedrockruntime" is not expected here.
╵
╷
│ Error: Unsupported argument
│ 
│   on localstack_providers_override.tf line 108, in provider "aws":
│  108:     textract = "http://localhost:4566/"
│ 
│ An argument named "textract" is not expected here.

This is because AWS Terraform provider (as of 2025-04-02) does not support overrides for:

  • bedrock-runtime
  • textract

This PR removes these entries.

@viren-nadkarni viren-nadkarni self-assigned this Apr 2, 2025
@viren-nadkarni
viren-nadkarni marked this pull request as ready for review April 2, 2025 12:03

@alexrashed alexrashed left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for jumping on this! 🚀

@alexrashed
alexrashed merged commit 041fdfb into master Apr 2, 2025
@alexrashed
alexrashed deleted the remove-unsupported-services branch April 2, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants