We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e1667 commit c27964bCopy full SHA for c27964b
variables.tf
@@ -3,17 +3,6 @@ variable "additional_aws_tags" {
3
description = "Additional tags to be applied to AWS resources"
4
type = map(string)
5
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
-}
17
18
variable "aws_region" {
19
description = "Name of the AWS region where VPC is to be created."
@@ -37,7 +26,6 @@ variable "name" {
37
26
description = "Specify the name of the VPC"
38
27
type = string
39
28
default = ""
40
41
29
}
42
30
43
31
variable "vpc_cidr" {
0 commit comments