erc 모듈화, vpc public dns 설정 등
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
resource "aws_vpc" "vpcHq" {
|
||||
resource "aws_vpc" "vpc-hq" {
|
||||
# cidr_block = "10.3.0.0/16"
|
||||
cidr_block = var.cidr_block
|
||||
// instance_tenancy = "default"
|
||||
|
||||
# 인스턴스에 public DNS가 표시되도록 하는 속성
|
||||
enable_dns_hostnames = true
|
||||
enable_dns_support = true
|
||||
|
||||
|
||||
tags = {
|
||||
Name = "test"
|
||||
}
|
||||
|
Reference in New Issue
Block a user