I'm trying to use the AWS Native module to make an ECS Task Definition and service.
I gave up on the service because I kept getting.
error: unrecognized resource type (Check): aws-native:ecs:Service
and now I'm getting
error: unrecognized resource type (Check): aws-native:ecs:TaskDefinition
for one of my task definitions, but not the other, both of which use similar code.
Can anyone help me understand what this error means?