Field containerLogs in docker:index/container:Container is incorrectly set as required #1052
Labels
customer/feedback
Feedback from customers
impact/breaking
Fixing this issue will require a breaking change
kind/bug
Some behavior is incorrect or out of spec
What happened?
containerLogs is set as required in schema
pulumi-docker/provider/cmd/pulumi-resource-docker/schema.json
Lines 2406 to 2409 in aeabb7d
attach
must be disabled)." - and it indeed is not returned in persistent containers:https://github.com/kreuzwerker/terraform-provider-docker/blob/54685a5fb9b375961620d2c555c7f3925327112c/internal/provider/resource_docker_container_funcs.go#L535-L581
This field is not required in original provider: https://github.com/kreuzwerker/terraform-provider-docker/blob/54685a5fb9b375961620d2c555c7f3925327112c/internal/provider/resource_docker_container.go#L123-L127
Example
N/A
Output of
pulumi about
N/A
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: