You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data"docker_containers""this" {}
ouput"container_fingerprint" {
description="Toy example mapping Container IDs to an md5sum fingerprint of its configuration"value={ forcindata.docker_containers.this:c.ID=>md5(jsonencode(c)) }
}
I couldn't find any issues that seemed to match the need for listing containers for enumeration, which I'm surprised by. Sorry if I missed a relevant existing issue.
I am a Golang noob, and I've never written a Terraform Provider before, but this might be a good place for me to cut my teeth. Wanted to flag it for consideration to see if this has already been discussed as a Won't Do or something.
Thanks for your consideration
The text was updated successfully, but these errors were encountered:
Community Note
Description
Looking for a data source for listing containers. Specifically, the
/containers
Docker Engine API endpoint.New or Affected Resource(s)
data
docker_containers
Potential Terraform Configuration
References
Thanks for this Provider!
terraform-provider-docker/internal/provider/resource_docker_container_funcs.go
Line 917 in 54685a5
I couldn't find any issues that seemed to match the need for listing containers for enumeration, which I'm surprised by. Sorry if I missed a relevant existing issue.
I am a Golang noob, and I've never written a Terraform Provider before, but this might be a good place for me to cut my teeth. Wanted to flag it for consideration to see if this has already been discussed as a Won't Do or something.
Thanks for your consideration
The text was updated successfully, but these errors were encountered: