Skip to content

Commit

Permalink
Prefer fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Jul 25, 2023
1 parent ee593cf commit f1aff2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ data "template_file" "cloudinit_user_data" {
hostname: ${var.hostname}
fqdn: ${var.hostname}.${var.domain}
prefer_fqdn_over_hostname: true
ssh_pwauth: ${var.password_auth}
ssh_deletekeys: False
Expand Down

0 comments on commit f1aff2d

Please sign in to comment.