Skip to content

Commit

Permalink
Merge pull request #103 from cgascoig/do_not_set_ssh_user
Browse files Browse the repository at this point in the history
Do not set ssh_user
  • Loading branch information
cgascoig authored Feb 26, 2022
2 parents 6bb4612 + 303ef7e commit eb08619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ resource "intersight_kubernetes_cluster_profile" "this" {
ssh_keys = [
var.ssh_key
]
ssh_user = var.ssh_user
}
dynamic "trusted_registries" {
for_each = var.trusted_registry_policy_moid == "" ? [] : [var.trusted_registry_policy_moid]
Expand Down

0 comments on commit eb08619

Please sign in to comment.