qemu: remove registry_auth for Docker Terraform module (#957)

This commit is contained in:
Nils Hanke 2023-01-12 15:47:50 +01:00 committed by GitHub
parent ab508a52d6
commit b3c3c2fa8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -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" {