Skip to content

Commit c27964b

Browse files
authored
Update variables.tf
1 parent c3e1667 commit c27964b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@ variable "additional_aws_tags" {
33
description = "Additional tags to be applied to AWS resources"
44
type = map(string)
55
default = {}
6-
=======
7-
variable "additional_tags" {
8-
description = "Additional tags to be applied to AWS resources"
9-
type = map(string)
10-
default = {
11-
Owner = "organization_name"
12-
Expires = "Never"
13-
Department = "Engineering"
14-
}
15-
16-
}
176

187
variable "aws_region" {
198
description = "Name of the AWS region where VPC is to be created."
@@ -37,7 +26,6 @@ variable "name" {
3726
description = "Specify the name of the VPC"
3827
type = string
3928
default = ""
40-
4129
}
4230

4331
variable "vpc_cidr" {

0 commit comments

Comments
 (0)