make things prettier
This commit is contained in:
parent
e5c8dfe83e
commit
43b98f4c83
1 changed files with 1 additions and 1 deletions
2
main.tf
2
main.tf
|
@ -41,7 +41,7 @@ resource "yandex_vpc_network" "network1" {
|
|||
|
||||
resource "yandex_vpc_subnet" "subnet1" {
|
||||
name = "subnet1"
|
||||
v4_cidr_blocks = [ "172.24.8.0/24"]
|
||||
v4_cidr_blocks = [ "172.24.8.0/24" ]
|
||||
network_id = yandex_vpc_network.network1.id
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue