Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit89 authored Apr 19, 2024
1 parent c3e1667 commit c27964b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ variable "additional_aws_tags" {
description = "Additional tags to be applied to AWS resources"
type = map(string)
default = {}
=======
variable "additional_tags" {
description = "Additional tags to be applied to AWS resources"
type = map(string)
default = {
Owner = "organization_name"
Expires = "Never"
Department = "Engineering"
}

}

variable "aws_region" {
description = "Name of the AWS region where VPC is to be created."
Expand All @@ -37,7 +26,6 @@ variable "name" {
description = "Specify the name of the VPC"
type = string
default = ""

}

variable "vpc_cidr" {
Expand Down

0 comments on commit c27964b

Please sign in to comment.