Skip to content

Commit

Permalink
fix sensitive value
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 20, 2023
1 parent 504fca6 commit 1221d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/aws/base-k8s/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ output "master_hosts_var_maps" {
}

output "all_hosts_var_maps" {
sensitive = true
value = {
ansible_ssh_user = var.os_user_name
ansible_ssh_retries = "10"
Expand Down

0 comments on commit 1221d9b

Please sign in to comment.