igw 생성.
This commit is contained in:
		@ -9,6 +9,6 @@ resource "aws_vpc" "vpc-hq" {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    tags = {
 | 
			
		||||
    Name = "test"
 | 
			
		||||
        Name = "${var.tag_name}-vpc"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -2,4 +2,7 @@ variable "cidr_block" {
 | 
			
		||||
    description = "value"
 | 
			
		||||
    type = string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
variable "tag_name" {
 | 
			
		||||
    description = "value"
 | 
			
		||||
    type = string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user