Skip to content

Commit

Permalink
accidentialy removed a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Jan 11, 2021
1 parent 8f39912 commit ece1f46
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 @@ -52,7 +52,7 @@ resource "oci_core_instance" "bastion" {
admin_email = var.admin_email
staging = var.staging
guacamole_enabled = var.guacamole_enabled
guacamole_user = var.guacamole_user
guacadmin_user = var.guacadmin_user
guacadmin_password = var.guacadmin_password
}))
}))
Expand Down

0 comments on commit ece1f46

Please sign in to comment.