Releases: Trivadis/terraform-oci-tvdlab-bastion
Releases · Trivadis/terraform-oci-tvdlab-bastion
Minor release update
- remove data source for query home region
Initial official Release
This is the official public release with a couple of enhancements:
- fix issue #1 and #2
- Add a documentation for the variables
- CleanUp and consolidate variables
- remove obsolete variables
- Define base images as OEL (default value for
bastion_image_id
). OCID for the image will be search in tenancy. - enhance example files
- add variable for bootstrap script
- add output values for bastion host IPs and image IDs
Minor bugfix
- fix output values
Initial Public Release
Initial public release with basic functionality.
- Create a bastion host for a given subnet
- optional register public IP in DNS zone
- Optional n-number of bastion hosts for multiple VCNs. This is used to build several identical environments for a training and laboratory environment.
Documentation and other details still need to be improved.