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 7372a3d commit 1246a09Copy full SHA for 1246a09
main.tf
@@ -74,8 +74,6 @@ resource "null_resource" "install_docker_and_create_user" {
74
"echo 'runner:${var.runner_password}' | chpasswd", # Set the password for the runner user
75
"usermod -aG docker runner", # Add 'runner' to 'docker' group
76
77
- # Ensure the runner user can use Docker without sudo
78
- "newgrp docker"
79
]
80
81
connection {
0 commit comments