Git Product home page Git Product logo

f5devcentral / terraform-xc-azure-vnet-site-networking Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 10 KB

Terraform module which creates Azure VNET for F5 Distributed Cloud (XC) Azure VNET Site

Home Page: https://registry.terraform.io/modules/f5devcentral/azure-vnet-site-networking/xc/latest

License: Apache License 2.0

HCL 100.00%
azure-vnet-site f5-azure f5-distributed-cloud f5-xc f5-xc-cloud terraform

terraform-xc-azure-vnet-site-networking's Introduction

Azure Networking module for F5 Distributed Cloud (XC) Azure VNET Site

This Terraform module provisions an Azure VNET that is required for XC Cloud Azure VNET Site. It creates a VNET, subnets, route tables, and network security groups with whitelisted IP ranges.

Requirements

Name Version
terraform >= 1.0
azurerm >= 3.0
random >= 3.0

Usage

To use this module and create a Azure VNET configured for XC Cloud Azure VNET Site, include the following code in your Terraform configuration:

module "azure_vnet" {
  source  = "f5devcentral/azure-vnet-site-networking/volterra"
  version = "0.0.1"

  resource_group_name = "azure_terraform_demo"
  location = var.azure_rg_location
  vnet_cidr         = "192.168.0.0/16"
  outside_subnets  = ["192.168.11.0/24", "192.168.12.0/24", "192.168.13.0/24"]
  inside_subnets   = ["192.168.21.0/24", "192.168.22.0/24", "192.168.23.0/24"]
}

Contributing

Contributions to this module are welcome! Please see the contribution guidelines for more information.

License

This module is licensed under the Apache 2.0 License.

terraform-xc-azure-vnet-site-networking's People

Contributors

yoctoalex avatar

Stargazers

 avatar

Watchers

Hitesh Patel avatar Cody Green avatar  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.