You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: