Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.23 KB

Sandbox for the AWS Advanced Networking Specialty Exam.

Requirements

Name Version
aws ~> 3.0

Inputs

Name Description Type Default Required
region n/a string n/a yes
networks n/a
list(object({
network = string
internet = bool
name = optional(string)
subnets = list(object({
cidr = string
az = string
type = string
name = optional(string)
}))
}))
n/a yes
instances n/a
list(object({
name = string
ami = string
type = string
subnet = string
}))
n/a yes

Outputs

Name Description
subnets_info Information about configured subnets
vms_info Information about configured VMs