Skip to content

Commit

Permalink
feat: Changed disable_container_credentials default to true
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub <[email protected]>
  • Loading branch information
sephriot committed Jan 20, 2025
1 parent fbb44d2 commit 296fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "disable_container_credentials" {
extra NAT step, this still allows the launcher to talk to the endpoint, but
prevents the container from doing so.
EOF
default = false
default = true
}

variable "autoscaling_group_arn" {
Expand Down

0 comments on commit 296fb25

Please sign in to comment.