Skip to content

Commit acf6248

Browse files
committed
set ssh user after automatically.
1 parent 1cddc5f commit acf6248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ variable "ssh_public_key" {
66
type = string
77
}
88

9-
variable "ssh_user" {
10-
type = string
11-
}
9+
# variable "ssh_user" {
10+
# type = string
11+
# }
1212

1313
variable "ansible_control_vm_name" {
1414
type = string

0 commit comments

Comments
 (0)