nkmakau / vpc-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

  1. Usage
  2. Requirements
  3. Providers
  4. Inputs
  5. Outputs

Usage

*various commands

Requirements

Name Version
aws 4.4.0

Providers

Name Version
aws 4.4.0

Modules

No modules.

Resources

Name Type
aws_vpc.project-vpc resource

Inputs

Name Description Type Default Required
project Name of the project string n/a yes
region The region we will deploy the resource string "eu-west-1" no
tags Tags to be added to the resource map(any) n/a yes
vpc_cidr CIDR block to use with project string n/a yes

Outputs

Name Description
vpc_arn ARN of the created vpc
vpc_id ID of the created vpc

About

License:MIT License


Languages

Language:HCL 100.0%