Code Monkey home page Code Monkey logo

terraform-google-network-vpn's Introduction

terraform-google-network-vpn

Terraform module to create a VPN Gateway and it's tunnels

First version, only create dynamic routed (BGP) VPNs

TO DO

  • Create static routed VPNs
  • Outputs
  • Better docs

Inputs

Name Description Type Default Required
asn Select how the routing between the network will be made. Valid options are dynamic (and it will be made via BGP) or static. string `` no
cloud_router Name of cloud router previously created to use in BGP session. If not used, an ew one will be created string `` no
local_ranges List of local CIDR to provide for VPN list <list> no
name VPN Gateway name string VPN Gateway no
network Name or self-link of network that will be served via VPN string - yes
project GCP project to be used string `` no
region GCP region, e.g. southamerica-east1 string `` no
remote_local_ranges List of local CIDR in the remote network to access list <list> no
static_routes Select how the routing between the network will be made. Valid options are dynamic (and it will be made via BGP) or static. string false no
tunnels List of maps of tunnels configured into this gateway list <list> no

Outputs

Name Description
gateway_ip_address -
shared_secret -

terraform-google-network-vpn's People

Contributors

lantier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.