Skip to content

Commit

Permalink
fix cloud-config
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeket committed May 26, 2024
1 parent ffad64d commit 8b30861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/templates/cloud-config.yml.tftpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
hostname: hytkyservu
users:
- name: dettmann
shell: /bin/bash
groups: sudo
ssh-authorized-keys:
ssh_authorized_keys:
- ${pub_key}
write_files:
- path: /opt/secrets/.env
Expand Down

0 comments on commit 8b30861

Please sign in to comment.