Learning (Jinseung Yu)
/
지방 기능경기대회 (클라우드 컴퓨팅)
/
2025 지방기능경기대회 솔루션
/
2025 지방 훈련 자료
/
2과제
/
Infrastructure as Code
/
Terraform
/
VPC
/
DHCP
Search
DHCP
resource
"aws_vpc_dhcp_options"
"dhcp"
{
domain_name =
"wsi-dhcp"
domain_name_servers =
[
"10.0.0.2"
]
ntp_servers =
[
"169.254.169.123"
]
netbios_node_type =
2
tags =
{
Name =
"wsi-dhcp"
}
}
JSON
복사