Skip to content

Commit

Permalink
add new bastion host initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Nov 23, 2020
1 parent ffd3ed0 commit 41f10eb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module "tvdlab-vcn" {
module "tvdlab-bastion" {
source = "Trivadis/tvdlab-bastion/oci"
#source = "../terraform-oci-tvdlab-bastion"
version = ">= 1.0.0"
version = ">= 1.1.0"

# - Mandatory Parameters --------------------------------------------------
tenancy_ocid = var.tenancy_ocid
Expand Down Expand Up @@ -90,6 +90,16 @@ module "tvdlab-bastion" {
bastion_os = var.bastion_os
bastion_os_version = var.bastion_os_version
bastion_boot_volume_size = var.bastion_boot_volume_size
hosts_file = var.hosts_file
yum_upgrade = var.yum_upgrade
guacamole_enabled = var.guacamole_enabled
guacamole_connections = var.guacamole_connections
fail2ban_config = var.fail2ban_config
guacamole_user = var.guacamole_user
guacadmin_user = var.guacadmin_user
guacadmin_password = var.guacadmin_password
admin_email = var.admin_email
staging = var.staging
}

# - ADD DB Module -----------------------------------------------------------
Expand Down

0 comments on commit 41f10eb

Please sign in to comment.