Skip to content

Commit f8bdba3

Browse files
rename file to signify its meaning
1 parent a85f9cf commit f8bdba3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

bastion.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data "cloudinit_config" "bastion" {
3131
part {
3232
filename = "init.cfg"
3333
content_type = "text/cloud-config"
34-
content = templatefile("./bastion-init.yml", { keys = local.keys })
34+
content = templatefile("./bastion-init.yml.tpl", { keys = local.keys })
3535
}
3636
}
3737

0 commit comments

Comments
 (0)