Skip to content

Commit f660c62

Browse files
committed
chore: remove unused variables
1 parent 47ef687 commit f660c62

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

examples/create-permission-set/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,3 @@ variable "permission_sets" {
2626
}))
2727
}))
2828
}
29-
30-
variable "tags" {
31-
description = "(Optional) Key-value map of resource tags."
32-
type = map(string)
33-
default = null
34-
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
terraform {
2+
required_version = ">= 1.4.6"
3+
4+
required_providers {
5+
aws = {
6+
source = "hashicorp/aws"
7+
version = ">= 4.65.0"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)