mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-24 00:29:46 -05:00
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:
parent
786c88ea6b
commit
ccb7c6e8ab
1 changed files with 1 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue