Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Dec 17, 2021
1 parent 170e20b commit 88bbb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "oci_core_instance" "bastion" {
authorized_keys = base64gzip(local.ssh_authorized_keys)
etc_hosts = base64gzip(local.hosts_file)
fail2ban_config = local.fail2ban_config
post_bootstrap_config = base64gzip(file(local.post_bootstrap_config))
post_bootstrap_config = base64gzip(local.post_bootstrap_config)
guacamole_initialization = base64gzip(templatefile("${path.module}/scripts/guacamole_init.template.sh", {
webhost_name = var.webhost_name
webproxy_name = var.webproxy_name
Expand Down

0 comments on commit 88bbb9e

Please sign in to comment.