GithubHelp home page GithubHelp logo

plus3it / terraform-aws-tardigrade-security-group Goto Github PK

View Code? Open in Web Editor NEW
0.0 6.0 5.0 398 KB

Terraform module to create an EC2 security group

License: Apache License 2.0

Makefile 4.66% HCL 94.57% Dockerfile 0.77%
terraform tardigrade

terraform-aws-tardigrade-security-group's Introduction

terraform-aws-tardigrade-security-group

Terraform module to create an EC2 security group

Testing

Manual testing:

# Replace "xxx" with an actual AWS profile, then execute the integration tests.
export AWS_PROFILE=xxx 
make terraform/pytest PYTEST_ARGS="-v --nomock"

For automated testing, PYTEST_ARGS is optional and no profile is needed:

make mockstack/up
make terraform/pytest PYTEST_ARGS="-v"
make mockstack/clean

Requirements

Name Version
terraform >= 0.12

Providers

Name Version
aws n/a

Resources

Name Type

Inputs

Name Description Type Default Required
name Name of the Security Group string n/a yes
vpc_id VPC ID in which to create the Security Group string n/a yes
description Description of the Security Group string "Managed by Terraform" no
egress_rules A schema list of egress rules for the Security Group, see https://www.terraform.io/docs/providers/aws/r/security_group.html#egress list(any) [] no
ingress_rules A schema list of ingress rules for the Security Group, see https://www.terraform.io/docs/providers/aws/r/security_group.html#ingress list(any) [] no
revoke_rules_on_delete Determines whether to forcibly remove rules when destroying the security group string false no
tags A map of tags for the Security Group map(string) {} no

Outputs

Name Description
arn The ARN of the Security Group
id The ID of the Security Group
name The name of the Security Group
owner_id The owner ID of the Security Group

terraform-aws-tardigrade-security-group's People

Contributors

confusdcodr avatar dependabot-preview[bot] avatar dependabot[bot] avatar johnricords avatar kbalk avatar lorengordon avatar mergify[bot] avatar userhas404d avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

terraform-aws-tardigrade-security-group's Issues

Dependabot couldn't find a <anything>.tf for this project

Dependabot couldn't find a .tf for this project.

Dependabot requires a .tf to evaluate your project's current Terraform dependencies. It had expected to find one at the path: /tests/no_create_sg/<anything>.tf.

If this isn't a Terraform project, or if it is a library, you may wish to disable updates for it in the .dependabot/config.yml file in this repo.

View the update logs.

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.