Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unsupported endpoint overrides #57

Merged
merged 3 commits into from
Apr 2, 2025

Conversation

viren-nadkarni
Copy link
Member

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

#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
Copy link
Member

@alexrashed alexrashed left a comment

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
6 checks passed
@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