Skip to content

Commit

Permalink
f-aws_ecs_service: support for EBS
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-goenka committed Apr 21, 2024
1 parent 46d5c5d commit e885be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/ecs/task_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ func ResourceTaskDefinition() *schema.Resource {
"configure_at_launch": {
Type: schema.TypeBool,
Optional: true,
Computed: true,
ForceNew: true,
},
},
Expand Down

0 comments on commit e885be0

Please sign in to comment.