We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d03160 commit c5cc779Copy full SHA for c5cc779
aws-py-ansible-wordpress/pyvenv.cfg
aws-yaml-ansible-wordpress/Pulumi.yaml
@@ -115,11 +115,6 @@ resources:
115
properties:
116
vpcId: ${prod-vpc.id}
117
ingress:
118
- # - description: ANY
119
- # fromPort: 0
120
- # toPort: 0
121
- # protocol: "-1"
122
- # cidrBlocks: [0.0.0.0/0]
123
- description: "HTTPS"
124
fromPort: 443
125
toPort: 443
@@ -130,11 +125,6 @@ resources:
130
toPort: 80
131
126
protocol: "tcp"
132
127
cidrBlocks: [0.0.0.0/0]
133
- #- description: "MYSQL/Aurora"
134
- #fromPort: 3306
135
- #toPort: 3306
136
- #protocol: "tcp"
137
- #cidrBlocks: [0.0.0.0/0]
138
128
- description: "SSH"
139
129
fromPort: 22
140
toPort: 22
0 commit comments