Skip to content

Conversation

@viren-nadkarni
Copy link
Member

@viren-nadkarniviren-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-nadkarniviren-nadkarni self-assigned this Apr 2, 2025
@viren-nadkarniviren-nadkarni marked this pull request as ready for review April 2, 2025 12:03
Copy link
Member

@alexrashedalexrashed 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! 🚀

@alexrashedalexrashed merged commit 041fdfb into masterApr 2, 2025
6 checks passed
@alexrashedalexrashed deleted the remove-unsupported-services branch April 2, 2025 12:07
Sign up for freeto 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.

3 participants

@viren-nadkarni@alexrashed