fix: allow healthcheck to be computed as container can specify (#312)

Co-authored-by: Nolan Woods <nolan_w@sfu.ca>
This commit is contained in:
Nolan Woods 2020-11-29 06:42:55 -07:00 committed by GitHub
parent 786c88ea6b
commit ccb7c6e8ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -775,6 +775,7 @@ func resourceDockerContainer() *schema.Resource {
Description: "A test to perform to check that the container is healthy",
MaxItems: 1,
Optional: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"test": {