bastion

bpalermo/bastion/oci

Terraform Module HCL OCI

A Terraform module that reuses an existing VCN and adds a bastion host to it on OCI

Install
module "bastion" {
source = "bpalermo/bastion/oci"
version = "1.0.0"
}
plain text: /constructs/tfmod-bpalermo-bastion-oci/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform OCI Bastion for Oracle Cloud Infrastructure [changelog]: https://github.com/oracle-terraform-modules/terraform-oci-bastion/blob/master/CHANGELOG.adoc [contributing]: https://github.com/oracle-terraform-modules/terraform-oci-bastion/blob/master/CONTRIBUTING.adoc [contributors]: https://github.com/oracle-terraform-modules/terraform-oci-bastion/blob/master/CONTRIBUTORS.adoc [docs]: https://github.com/oracle-terraform-modules/terraform-oci-bastion/tree/master/docs [license]: https://github.com/oracle-terraform-modules/terraform-oci-bastion/blob/master/LICENSE [canonical_license]: https://oss.oracle.com/licenses/upl/ [oci]: https://cloud.oracle.com/cloud-infrastructure [oci_documentation]: https://docs.cloud.oracle.com/iaas/Content/home.htm [oracle]: https://www.oracle.com [prerequisi

Inputs (9)
NameTypeDescriptionDefault
vcn_idstringThe id of the VCN to use when creating the bastion resources. required
tagsmap(string)Freeform tags for bastion required
compartment_idstringcompartment id where to create all resources required
ig_route_idstringthe route id to the internet gateway required
bastion_accessstringCIDR block in the form of a string to which ssh access to the bastion must be re"0.0.0.0/0"
new_bitsnumberThe difference between the VCN's netmask and the desired bastion subnet mask13
label_prefixstringa string that will be prepended to all resources""
net_numnumber0-based index of the bastion subnet when the VCN's CIDR is masked with the corre0
bastion_typestringWhether to make the bastion host public or private."STANDARD"
Outputs (1)
id
Resources (3)
oci_bastion_bastionoci_core_security_listoci_core_subnet
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud OCI
★ Stars0
Forks0
Total downloads738
Inputs9
Outputs1
Resources3
LicenseUPL-1.0
Namespacebpalermo
Updated