/terraform-oci-bastion

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

Primary LanguageHCLUniversal Permissive License v1.0UPL-1.0

Terraform Bastion for Oracle Cloud Infrastructure

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

Documentation

Projects using this module

Changelog

View the CHANGELOG.

Acknowledgement

Code derived and adapted from Terraform OCI Examples and Hashicorp’s Terraform 0.12 examples

Contributors

Learn how to contribute.

License

Copyright(c) 2019,2020 Oracle and/or its associates. All rights reserved.