Edoardo Randazzo
Edoardo Randazzo
The[ actual code ](https://github.com/aws-ia/terraform-aws-control_tower_account_factory/blob/main/sources/aft-customizations-repos/aft-account-customizations/ACCOUNT_TEMPLATE/terraform/backend.jinja) provided as template, uses block type for assume_role while should be initialized as an [argument](https://developer.hashicorp.com/terraform/language/backend/s3#assume-role-configuration). There is a missing '='; ``` ## Auto generated backend.tf ##...
## Add AWS Bedrock Models via LLM Integration This PR adds [AWS Bedrock Models support](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html) and aligns the evaluation logic with the documented behavior samples. ### Why This Change -...