Skip to content

Commit

Permalink
Fix PR comments and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
titilambert committed Jul 10, 2019
1 parent 2c9c088 commit 254433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_kubernetes_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ func flattenKubernetesClusterWindowsProfile(profile *containerservice.ManagedClu

// admin password isn't returned, so let's look it up
if v, ok := d.GetOk("windows_profile.0.admin_password"); ok {
values["admin_password"] := v.(string)
values["admin_password"] = v.(string)
}

return []interface{}{values}
Expand Down

0 comments on commit 254433e

Please sign in to comment.