Moritz Zimmer
Moritz Zimmer
this is fixed with https://github.com/moritzzimmer/terraform-aws-lambda/releases/tag/v5.4.0
this is fixed with https://github.com/moritzzimmer/terraform-aws-lambda/releases/tag/v5.4.0
``` Terraform v1.7.1 on darwin_amd64 awscc: 0.69.0 ```
any updates on this?
We get a similar error using `2.0.0-beta.1` against a AWS OpenSearch 2.7.0 cluster: ``` Error: opensearch version OpenSearch_2.7 is older than 1.0.0 and is not supported, flavor: 0. ``` Provider...
@ravi4theja it seems like you could leave out the `opensearch_version` in the provider config. In this case, the provider tries to configure itself internally using the OpenSearch response from the...
update: we currently have no problems using this provider (`2.1.0`) against an AWS OpenSearch `2.11` with this provider config: ``` provider "opensearch" { aws_region = var.region healthcheck = false url...
Same here, I guess setting a profile or assuming the default one should not be necessary
complete example with an ALB in https://github.com/stroeer/terraform-aws-ecs-fargate/pull/150
retest this with latest release