mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
qemu: remove registry_auth for Docker Terraform module (#957)
This commit is contained in:
parent
ab508a52d6
commit
b3c3c2fa8c
2 changed files with 0 additions and 8 deletions
|
@ -17,11 +17,6 @@ provider "libvirt" {
|
|||
|
||||
provider "docker" {
|
||||
host = "unix:///var/run/docker.sock"
|
||||
|
||||
registry_auth {
|
||||
address = "ghcr.io"
|
||||
config_file = pathexpand("~/.docker/config.json")
|
||||
}
|
||||
}
|
||||
|
||||
resource "random_password" "initSecret" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue