mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
Change to valid CIDR address
This commit is contained in:
parent
a8947b17cd
commit
1f08ddf27d
@ -16,7 +16,7 @@ resource "aws_db_security_group" "default" {
|
||||
description = "RDS default security group"
|
||||
|
||||
ingress {
|
||||
cidr = "10.0.0.1/24"
|
||||
cidr = "10.0.0.0/24"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user