The Terraform OCI Bastion for Oracle Cloud Infrastructure (OCI) provides a Terraform module that reuses an existing VCN and adds a bastion host to it.
It creates the following resources:
-
A configurable security list to allow ssh access from a defined CIDR block
-
A public subnet
-
A compute instance
-
An optional notification via email
This module is primarily meant to be reusable to provide an entry point into your infrastructure on OCI. You can further use it as part of higher level Terraform modules
View the CHANGELOG.
Code derived and adapted from Terraform OCI Examples and Hashicorp’s Terraform 0.12 examples
Copyright(c) 2019,2020 Oracle and/or its associates. All rights reserved.
Licensed under the Universal Permissive License 1.0 as shown at https://oss.oracle.com/licenses/upl.