1
0
mirror of synced 2025-12-23 21:04:40 -05:00

Private IP support and test case

This commit is contained in:
Petri Autero
2019-02-08 11:46:17 +02:00
parent 296c9130a0
commit 633171571b
14 changed files with 306 additions and 52 deletions

View File

@@ -49,7 +49,7 @@ module "mysql" {
authorized_networks = [
{
name = "allow-all-inbound"
value = "0.0.0.0/0"
value = "85.76.34.163/32"
},
]