mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
parent
e7aaf9e39f
commit
16f8baa40e
@ -208,7 +208,7 @@ resource "aws_subnet" "example" {
|
|||||||
|
|
||||||
vpc_id = each.value.network_id
|
vpc_id = each.value.network_id
|
||||||
availability_zone = each.value.subnet_key
|
availability_zone = each.value.subnet_key
|
||||||
cidr_block = each.value_cidr_block
|
cidr_block = each.value.cidr_block
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user