Strings
Strings
Example Resource
The Terraform Resource aws_ecs_service
resource "aws_ecs_service" "mongo" {
name = "mongodb"
cluster = aws_ecs_cluster.foo.id
...
Source Code
The corresponding source code.
"name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},