Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
service_principal no longer required
Browse files Browse the repository at this point in the history
Ref hashicorp#6178 service_principal is no longer required as Managed Identity is now GA: https://github.com/Azure/AKS/releases/tag/2020-03-16
  • Loading branch information
torresdal committed Mar 20, 2020
1 parent 854f760 commit 4ba4fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func resourceArmKubernetesCluster() *schema.Resource {

"service_principal": {
Type: schema.TypeList,
Required: true,
Optional: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 4ba4fe6

Please sign in to comment.