Skip to content

Commit

Permalink
fix: removing the unused varaible
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Dec 24, 2024
1 parent edaee30 commit 6c1caee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/trusted/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,3 @@ variable "tags" {
type = map(string)
default = {}
}

variable "ram_principals" {
description = "The AWS RAM principal to share the transit gateway with."
type = map(string)
default = {}
}

0 comments on commit 6c1caee

Please sign in to comment.