GithubHelp home page GithubHelp logo

tf-test's Introduction

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_default_subnet.default_az1 resource
aws_default_subnet.default_az2 resource
aws_instance.nlb-ec2-01 resource
aws_instance.nlb-ec2-02 resource
aws_lb.nlb resource
aws_lb_listener.nlb resource
aws_lb_target_group.nlb-tg resource
aws_lb_target_group_attachment.nlb-tg-att-01 resource
aws_lb_target_group_attachment.nlb-tg-att-02 resource
aws_route53_record.www resource
aws_security_group.nlb-web resource
aws_ami.latest_amazon_linux data source
aws_availability_zones.available data source

Inputs

Name Description Type Default Required
common_tags Enter common tags that wil be applied to all resources created by module. map(any)
{
"CostCenter": "2345",
"Env": "Dev",
"Owner": "Vasya Pupkin",
"Project": "MissionImpossible"
}
no
deployment_name Enter the name for current deployment. It will be used to prefix names of the components string "XXX" no
instance_type Enter EC2 Instance type, default is t2.micro string "t2.micro" no
list List of list(string)
[
"item1",
"item2"
]
no
nlb_listeners One or more NLB listeners with their respective Protocol and Port
list(object({
protocol = string
port = number
}))
[
{
"port": 443,
"protocol": "tcp"
}
]
no
region Enter the AWS region to spin resources in string "us-east-1" no
vpc_nlb Enter VPC Id in which nlb and instances has to be created string "vpc-09b1d251ab7e0b54c" no

Outputs

Name Description
aws_nlb_url n/a
aws_route53_a_record_fqdn n/a
ec2_01_public_ip n/a
ec2_02_public_ip n/a

tf-test's People

Contributors

telecomprofi avatar

Watchers

 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.