mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
4 lines
103 B
Terraform
4 lines
103 B
Terraform
|
|
resource "docker_config" "foo_config" {
|
||
|
|
name = "foo_config"
|
||
|
|
data = base64encode("{\"a\": \"b\"}")
|
||
|
|
}
|