Update setproduct.html.md (#27184)

fill wrong syntax
This commit is contained in:
Hyunsuk Shin 2020-12-08 23:05:37 +09:00 committed by GitHub
parent e7aaf9e39f
commit 16f8baa40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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