Releases: Trivadis/terraform-oci-tvdlab-bastion
Releases · Trivadis/terraform-oci-tvdlab-bastion
Minor Bugfix Release
Changed
- maintain status in /etc/boostrap_config_status
Minor Bugfix Release
Changed
- change log base to /var/log
Minor Bugfix Release
Fixed
- change file type for upload post_bootstrap_config in compute.tf
Minor Release Update
Changed
- replace motd by login-info.sh and add a comprehensive logon header
Minor Bugfix Release
Changed
- update terreform required version to 1.0.0
Minor Bugfix Release
Changed
- update example and add module constrain
- update provider information in exampl main.tf
Major Release Update
[3.0.0] - 2023-04-18
Added
- check oci_dns_rrset for NS record of lab_domain to see if there is a DNS zone.
Based on this dns_registration and staging will be set.
Changed
- rename tvd_domain to lab_domain
- rename tvd_participants into numberOf_labs e.g. Number of lab environments.
- change default OS to OL8
- update bastion.tf example
- update terraform.tfvars example
Fixed
Removed
- remove the variable yum_upgrade. The configuration will now be upgraded by
default. If the upgrade is not necessary/desired, it must be specified in a
custom cloud-init yaml file. - remove ssh_public_key_path. Bastion host now requires in any case a valid ssh
key via ssh_public_key. e.g. key handling has to be done outside of the module
Minor Bugfix Release
Fixed
- clean up cloud-init template
- fix missing license in cloud-init template
- add verbose mode for remove command
- add remove command for docker-compose bash completion file to init script
Minor Bugfix Release
Added
- add cloud-init output using tee to capture all subprocess output into a
logfile e.g. /var/log/cloud-init-output.log
Minor Bugfix Release
Fixed
- fix docker repo url
- remove wrong parameter for yum in bastion_host_ol7.yaml