Giter VIP home page Giter VIP logo

aws-terraform-security_group's Introduction

aws-terraform-security_group

This module creates the standard security groups for use on an account.

Basic Usage

module "security_groups" {
  source = "[email protected]:rackspace-infrastructure-automation/aws-terraform-security_group//?ref=v0.12.1"

  name = "Test-SG"
  tags   = {
    App = "Test"
  }
  vpc_id        = "${module.vpc.vpc_id}"
  environment   = "Production"
}

Terraform 0.12 upgrade

Several changes were required while adding terraform 0.12 compatibility. The following changes should be
made when upgrading from a previous release to version 0.12.0 or higher.

Module variables

The following module variables were updated to better meet current Rackspace style guides:

  • resource_name -> name

Providers

Name Version
aws >= 2.7.0

Inputs

Name Description Type Default Required
environment Application environment for which this network is being created. Preferred values are Development, Integration, PreProduction, Production, QA, Staging, or Test string "Development" no
name The name to be used for resources provisioned by this module string n/a yes
tags A map of tags to apply to all resources. map(string) {} no
vpc_id Provide Virtual Private Cloud ID in which security groups will be deployed string n/a yes

Outputs

Name Description
efs_security_group_id EFS Security Group ID
eks_control_plane_security_group_id EKS Control Plane Security Group ID
eks_worker_security_group_id EKS Worker Security Group ID
elastic_cache_memcache_security_group_id ElasticCache Memcache Security Group ID
elastic_cache_redis_security_group_id ElasticCache Redis Security Group ID
mssql_security_group_id MS SQL DB Security Group ID
mysql_security_group_id MySQL DB Security Group ID
nfs_security_group_id NFS Security Group ID
oracle_security_group_id Oracle DB Security Group ID
postgres_security_group_id Postgres DB Security Group ID
private_ecs_security_group_id Private ECS Security Group ID
private_rdp_security_group_id Private RDP Security Group ID
private_ssh_security_group_id Private SSH Security Group ID
private_web_security_group_id Private Web Security Group ID
public_rdp_security_group_id Public RDP Security Group ID
public_ssh_security_group_id Public SSH Security Group ID
public_web_security_group_id Public Web Security Group ID
redshift_security_group_id Redshift Security Group ID
vpc_endpoint_security_group_id VPC Endpoint Security Group ID

aws-terraform-security_group's People

Contributors

cwgem avatar gdelvalle avatar jonathan-madison avatar michaelmoussa avatar mjcmtb avatar stevengorrell avatar twistedgrim 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.