Commit 95ead3d
feat(security-groups): add ingress prefix lists (#205)
* feat(security-groups): add ingress prefix lists
Add new variable: allowed_prefix_list_ids
Add new resource: aws_security_group_rule.ingress_cidr_blocks
Signed-off-by: Viktoras Draugelis <viktoras.draugelis@oag.com>
* chore(security-group): replace join with one for target sg id
Co-authored-by: Veronika Gnilitska <30597968+gberenice@users.noreply.github.com>
---------
Signed-off-by: Viktoras Draugelis <viktoras.draugelis@oag.com>
Co-authored-by: Veronika Gnilitska <30597968+gberenice@users.noreply.github.com>1 parent aeb0f06 commit 95ead3d
2 files changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
218 | 230 | | |
219 | 231 | | |
220 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
0 commit comments