provider/aws: (#10587) Changing volumes in ECS task definition should force new revision.

This commit is contained in:
Pawel Burchard 2017-01-25 09:35:47 +01:00 committed by stack72
parent 4d7a172fa6
commit aa8de2f8cf
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 2 additions and 0 deletions

View File

@ -70,11 +70,13 @@ func resourceAwsEcsTaskDefinition() *schema.Resource {
"name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"host_path": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},
},
},