-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[Bug]: aws_berockagent_agent
does not return agent_version
#37321
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Currently I am solving the alias issue with the following:
|
Just adding some observations here since I've been experimenting with the Bedrock Agents resources recently. It seems that the It also doesn't help when versions are created only when an alias is created. So what I think we need is a new data source |
Per @acwwat The version for a agent created via You can also using the data source in #38792 to look up specific versions if you want to create an We should probably deprecate and remove As it stands I don't think this is a bug we can fix, the |
Terraform Core Version
1.8.2
AWS Provider Version
5.48.0
Affected Resource(s)
Expected Behavior
When creating or updating the agent,
agent_version
should be included in the resource attributes. This would then allow for updating an associatedaws_bedrockagent_agent_alias
to point to the new version.Actual Behavior
When creating or updating an
aws_bedrockagent_agent
resource, theagent_version
is not returned. This makes it difficult to make changes to an associatedaws_bedrockagent_agent_alias
resource, as it's not possible to set itsrouting_configuration
block to point to the new version.Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
agent_version
is not returned.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: