Skip to content

Commit

Permalink
Merge pull request #2358 from alsanch/k8s_securestring
Browse files Browse the repository at this point in the history
k8s update secure string variable
  • Loading branch information
likamrat authored Jan 18, 2024
2 parents 2242f79 + efeede5 commit 473c2ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure_arc_k8s_jumpstart/eks/terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
variable "AWS_ACCESS_KEY_ID" {
description = "Your AWS Access Key ID"
type = string
sensitive = true
}

variable "AWS_SECRET_ACCESS_KEY" {
Expand Down

0 comments on commit 473c2ef

Please sign in to comment.