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

in resource "aws_ecs_service" "ignore_changes_task_definition_and_desired_count": dynamic "tls" { Blocks of type "tls" are not expected here. #236

Open
TatevHunanyan-BM opened this issue May 16, 2024 · 1 comment · May be fixed by #238
Labels
bug 🐛 An issue with the system

Comments

@TatevHunanyan-BM
Copy link

TatevHunanyan-BM commented May 16, 2024

Describe the Bug

Two day ago, my code start don't work when I do terrafor plane, i get in resource "aws_ecs_service" "ignore_changes_task_definition_and_desired_count":
dynamic "tls" {
Blocks of type "tls" are not expected here.
in resource "aws_ecs_service" "default":
dynamic "timeout" {
Blocks of type "timeout" are not expected here.

Expected Behavior

I do only plain Terraform code, I haven't specified any version, so it will use the latest release, I think

Steps to Reproduce

.

Screenshots

No response

Environment

terraform cloud
terraform v1.8.2
aws 5.31.0

Additional Context

No response

@TatevHunanyan-BM TatevHunanyan-BM added the bug 🐛 An issue with the system label May 16, 2024
@joe-niland
Copy link
Sponsor Member

Hi @TatevHunanyan-BM

Thanks for reporting.

You will have to update the AWS provider to 5.49.0 or later - see: hashicorp/terraform-provider-aws@f8ba1b6

We will need to fix the minimum version constraint on this module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
2 participants