--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "{{.Type}} {{.Name}} - {{.ProviderName}}" subcategory: "" description: |- {{ .Description | plainmarkdown | trimspace | prefixlines " " }} --- # {{.Type}} ({{.Name}}) {{ .Description | trimspace }} ## Example Usage Build an image with the `docker_image` resource and then push it to a registry: {{tffile "examples/resources/docker_registry_image/resource.tf"}} {{ .SchemaMarkdown | trimspace }}