Skip to content

Commit

Permalink
fix tipo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Feb 18, 2021
1 parent 82c0210 commit 23aef28
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 @@ -40,7 +40,7 @@ resource "oci_core_instance" "bastion" {
user_data = base64gzip(templatefile(local.bootstrap_cloudinit_template, {
yum_upgrade = var.yum_upgrade
guacamole_user = var.guacamole_user
guacamole_connections = base64gzip(local.guacamole_connections)
guacamole_connections = base64gzip(file(local.guacamole_connections))
authorized_keys = base64gzip(file(local.ssh_public_key_path))
etc_hosts = base64gzip(local.hosts_file)
fail2ban_config = local.fail2ban_config
Expand Down

0 comments on commit 23aef28

Please sign in to comment.