Fix inbound network rules

This commit is contained in:
Petri Autero
2019-02-08 12:00:12 +02:00
parent 633171571b
commit 18a8eb13c8

View File

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