Skip to content

Commit

Permalink
Updating default thumbprint and declaring some variable types
Browse files Browse the repository at this point in the history
  • Loading branch information
mybarretto committed Feb 7, 2022
1 parent 501a4a4 commit 805940b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ variable "url" {
}

variable "client_id_list" {
type = list(string)
default = [
"sts.amazonaws.com"
]
Expand All @@ -16,8 +17,9 @@ variable "client_id_list" {
# This is the thumbprint returned if you were to create an "identity provider" in AWS and gave
# it this url: https://token.actions.githubusercontent.com
variable "thumbprint_list" {
type = list(string)
default = [
"a031c46782e6e6c662c2c87c76da9aa62ccabd8e"
"6938fd4d98bab03faadb97b34396831e3780aea1"
]
}

Expand Down

0 comments on commit 805940b

Please sign in to comment.