1
0
Fork 0

make things prettier

This commit is contained in:
Von Random 2024-09-26 19:32:13 +03:00
parent e5c8dfe83e
commit 43b98f4c83

View file

@ -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
}