forked from lyraproj/lyra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws_vpc_yaml.yaml
39 lines (38 loc) · 862 Bytes
/
aws_vpc_yaml.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
aws_vpc_yaml:
typespace: aws
input:
tags:
type: Hash[String,String]
lookup: aws.tags
output:
vpcId: String
subnetId: String
activities:
vpc:
output: vpcId
state:
amazonProvidedIpv6CidrBlock: false
cidrBlock: 192.168.0.0/16
enableDnsHostnames: false
enableDnsSupport: false
isDefault: false
state: available
tags: $tags
subnet:
output: subnetId
state:
vpcId: $vpcId
cidrBlock: 192.168.1.0/24
ipv6CidrBlock: ''
tags: $tags
assignIpv6AddressOnCreation: false
mapPublicIpOnLaunch: false
defaultForAz: false
state: available
routetable:
output: routeTableId
state:
vpcId: $vpcId
tags:
name: lyra-sample-vpc
created_by: lyra