We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f818568 commit c5d8f07Copy full SHA for c5d8f07
ephemeral/main.tf
@@ -19,7 +19,10 @@ module "talos" {
19
name = "cp-0"
20
server_ip = digitalocean_droplet.cp[0].ipv4_address
21
config_patches = [
22
- file("${path.root}/patches/registry.yml"),
+ templatefile("${path.root}/patches/registry.yml", {
23
+ docker_username = data.vault_generic_secret.docker.data.username,
24
+ docker_password = data.vault_generic_secret.docker.data.password
25
+ })
26
]
27
},
28
0 commit comments