Skip to content

Commit

Permalink
Merge pull request #4 from mybarretto/updated-thumbprint
Browse files Browse the repository at this point in the history
Updating default thumbprint and declaring some variable types
  • Loading branch information
sekka1 authored Feb 7, 2022
2 parents 501a4a4 + 805940b commit ee0bf67
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 ee0bf67

Please sign in to comment.