mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-16 19:52:57 -05:00
3 lines
62 B
Terraform
3 lines
62 B
Terraform
|
|
resource "docker_image" "ubuntu" {
|
||
|
|
name = "ubuntu:precise"
|
||
|
|
}
|