Giter VIP home page Giter VIP logo

terraform-azurerm-network's Introduction

AZURE NETWORK Terraform module

Table of Contents generated with DocToc

Terraform module which creates the following resources on AZURE:

  • virtual_network
  • subnet

User Stories for this module

  • AAOps I can easily create a network which contains a VNET and multiple subnets.
  • AAOps I can easily create a network with custom DNS servers which contains a VNET and multiple subnets.
  • AAOps I can easily create a network and export its logs with a Monitor Diagnostic Setting.
  • AAOps I can easily create a network which contains a VNET and multiple subnets with delegation.

Usage

module "network" {
  source = "[email protected]:padok-team/terraform-azurerm-network.git?ref=v0.1.0"

  resource_group     = "my-rg-name"
  vnet_name          = "example_vnet"
  vnet_address_space = ["10.0.0.0/8"]
  subnets = {
    "subnet1" = "10.0.0.0/16",
    "subnet2" = "10.1.0.0/16",
    "subnet3" = "10.2.0.0/16",
  }
}

Examples

Modules

Name Source Version
logger [email protected]:padok-team/terraform-azurerm-logger.git v0.3.0

Inputs

Name Description Type Default Required
resource_group The resource group resource.
object({
name = string
location = string
})
n/a yes
vnet_address_space The address space that is used the virtual network. You can supply more than one address space. list(string) n/a yes
vnet_name The VNET name string n/a yes
dns_servers DNS servers associated with the virtual network. list(string) null no
enable_logging Wether or not to enabled DiagnosticSetting bool false no
log_analytics_workspace_id The ID of the log analytics workspace where the logs will be exported. string null no
subnets A map of subnets with their CIDR block. map(string) {} no
subnets_delegations A map of delegations configurations for each subnet keys.
map(object({
name = string
service_delegation = object({
name = string
actions = list(string)
})
}))
{} no
subnets_service_endpoints A map of service endpoint list for each subnet keys. map(list(string)) {} no
tags A mapping of tags to assign to the resource. map(string) null no

Outputs

Name Description
subnets A map of subnets.
vnet A virtual network resource instance.

License

License

See LICENSE for full details.

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

  https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.

terraform-azurerm-network's People

Contributors

baptistg avatar blouni avatar github-actions[bot] avatar piaverous avatar qprichard avatar renovate[bot] avatar stangirard avatar

Watchers

 avatar  avatar

terraform-azurerm-network's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/release-please.yaml
  • google-github-actions/release-please-action v3
npm
package.json
terraform
main.tf
  • github.com/padok-team/terraform-azurerm-logger v0.4.1
versions.tf
  • azurerm ~> 3
  • hashicorp/terraform >= 1.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

Checklist

  • It works in production
  • It allows data backup (if needed)
  • It allows rotation of secrets
  • It allows to store secrets in Key Vault
  • It encrypts data by default with Azure key or with user provided keys
  • It allows outputing of logs in other solutions
  • It allows replication and high availability
  • It allows integration in VNET (Needs to figure out how to manager private endpoint)
  • It allows control on network flows

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.