-
Notifications
You must be signed in to change notification settings - Fork 14
Labels
awaiting-feedbackBlocked on input from the authorBlocked on input from the authorcustomer/feedbackFeedback from customersFeedback from customersimpact/breakingFixing this issue will require a breaking changeFixing this issue will require a breaking changekind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec
Description
What happened?
containerLogs is set as required in schema
pulumi-docker/provider/cmd/pulumi-resource-docker/schema.json
Lines 2406 to 2409 in aeabb7d
"required": [ | |
"bridge", | |
"command", | |
"containerLogs", |
attach
must be disabled)." - and it indeed is not returned in persistent containers:
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).
Metadata
Metadata
Assignees
Labels
awaiting-feedbackBlocked on input from the authorBlocked on input from the authorcustomer/feedbackFeedback from customersFeedback from customersimpact/breakingFixing this issue will require a breaking changeFixing this issue will require a breaking changekind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec