diff --git a/examples/trusted/variables.tf b/examples/trusted/variables.tf index 5413b41..fd55565 100644 --- a/examples/trusted/variables.tf +++ b/examples/trusted/variables.tf @@ -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 = {} -}