Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update variables.tf (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneeth-n authored Jun 18, 2020
1 parent 522ea0f commit caeb3d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ locals {
}

variable private_subnet_tags {
type = "map"
type = map(string)
default = {}
}

variable public_subnet_tags {
type = "map"
type = map(string)
default = {}
}

variable tags {
type = "map"
type = map(string)
default = {}
}

0 comments on commit caeb3d6

Please sign in to comment.