0
0
llucycodes42
The code in italics is a variable declaration. The curly braces denote the beginning of a block of code. Within the block, the code defines the resource variable "${MyAWSResource}" . This variable reference contains the name of an AWS resource. In this case, it is an ECS service.
Shortcut: tf_aws_ecs_service
resource "aws_ecs_service" "${MyAWSResource}" {
}