Skip to content

Commit

Permalink
Merge pull request #5 from FRUCHTiii/azure_devops_service_connections
Browse files Browse the repository at this point in the history
fixed formating
  • Loading branch information
Cyb3rDudu authored May 17, 2023
2 parents f99bbf9 + a3793da commit b81ca21
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ func ResourceServiceEndpointMaven() *schema.Resource {
at := &schema.Resource{
Schema: map[string]*schema.Schema{
"token": {
Description: "The Maven access token.",
Type: schema.TypeString,
Required: true,
Sensitive: true,
Description: "The Maven access token.",
Type: schema.TypeString,
Required: true,
Sensitive: true,
},
},
}
Expand All @@ -61,10 +61,10 @@ func ResourceServiceEndpointMaven() *schema.Resource {
Sensitive: true,
},
"password": {
Description: "The Maven password.",
Type: schema.TypeString,
Required: true,
Sensitive: true,
Description: "The Maven password.",
Type: schema.TypeString,
Required: true,
Sensitive: true,
},
},
}
Expand Down

0 comments on commit b81ca21

Please sign in to comment.