Skip to content

Commit

Permalink
fix: make http_tokens as optional for back compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Jun 24, 2024
1 parent fb07bde commit fa395a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nomad-clients/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,5 @@ variable "http_put_response_hop_limit" {
variable "http_tokens" {
description = "Whether the metadata service requires session tokens, also referred to as Instance Metadata Service Version 2 (IMDSv2). Can be 'optional', 'required', or 'no-preference'."
type = string
default = "no-preference"
default = "optional"
}
2 changes: 1 addition & 1 deletion modules/nomad-servers/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ variable "http_put_response_hop_limit" {
variable "http_tokens" {
description = "Whether the metadata service requires session tokens, also referred to as Instance Metadata Service Version 2 (IMDSv2). Can be 'optional', 'required', or 'no-preference'."
type = string
default = "no-preference"
default = "optional"
}

0 comments on commit fa395a9

Please sign in to comment.