mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-06 06:49:36 -05:00
* chore(ci): Add retryon429 for markdownlint * fix: endpoint parameter when creating builder * fix: Improve error messages for public ECR push * chore: Linting and improve documentation
8 lines
No EOL
150 B
HCL
8 lines
No EOL
150 B
HCL
resource "docker_buildx_builder" "foo" {
|
|
name = "foo"
|
|
docker_container {
|
|
image = "moby/buildkit:v0.22.0"
|
|
}
|
|
use = true
|
|
bootstrap = true
|
|
} |