Update setproduct.html.md

fill wrong syntax
pull/27184/head
Hyunsuk Shin 6 years ago committed by GitHub
parent 776b33db32
commit 3bf83c719c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -208,7 +208,7 @@ resource "aws_subnet" "example" {
vpc_id = each.value.network_id
availability_zone = each.value.subnet_key
cidr_block = each.value_cidr_block
cidr_block = each.value.cidr_block
}
```

Loading…
Cancel
Save