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.
2 parents 501a4a4 + 805940b commit ee0bf67Copy full SHA for ee0bf67
variables.tf
@@ -8,6 +8,7 @@ variable "url" {
8
}
9
10
variable "client_id_list" {
11
+ type = list(string)
12
default = [
13
"sts.amazonaws.com"
14
]
@@ -16,8 +17,9 @@ variable "client_id_list" {
16
17
# This is the thumbprint returned if you were to create an "identity provider" in AWS and gave
18
# it this url: https://token.actions.githubusercontent.com
19
variable "thumbprint_list" {
20
21
- "a031c46782e6e6c662c2c87c76da9aa62ccabd8e"
22
+ "6938fd4d98bab03faadb97b34396831e3780aea1"
23
24
25
0 commit comments