Skip to content

Commit 229e1ea

Browse files
authored
fix linter issue (#308)
1 parent bee91ff commit 229e1ea

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

azuredevops/resource_serviceendpoint_kubernetes.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@ package azuredevops
22

33
import (
44
"fmt"
5-
"github.com/microsoft/terraform-provider-azuredevops/azuredevops/utils/tfhelper"
6-
"github.com/microsoft/terraform-provider-azuredevops/azuredevops/utils/validate"
75
"strconv"
86
"strings"
97

10-
"gopkg.in/yaml.v2"
11-
128
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
139
"github.com/hashicorp/terraform-plugin-sdk/helper/validation"
1410
"github.com/microsoft/azure-devops-go-api/azuredevops/serviceendpoint"
1511
crud "github.com/microsoft/terraform-provider-azuredevops/azuredevops/crud/serviceendpoint"
16-
1712
"github.com/microsoft/terraform-provider-azuredevops/azuredevops/utils/converter"
13+
"github.com/microsoft/terraform-provider-azuredevops/azuredevops/utils/tfhelper"
14+
"github.com/microsoft/terraform-provider-azuredevops/azuredevops/utils/validate"
15+
"gopkg.in/yaml.v2"
1816
)
1917

2018
const (

website/docs/r/serviceendpoint_kubernetes.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following arguments are supported:
7676
* `apiserver_url` - (Required) The Service Endpoint description.
7777
* `authorization_type` - (Required) The authentication method used to authenticate on the Kubernetes cluster. The value should be one of AzureSubscription, Kubeconfig, ServiceAccount.
7878
* `azure_subscription` - (Optional) The configuration for authorization_type="AzureSubscription".
79-
* `azure_environment` - (Optional) Azure environment refers to whether the public cloud offering or domestic (government) clouds are beeing used. Currently, only the public cloud is supported. The value must be AzureCloud. This is also the default-value.
79+
* `azure_environment` - (Optional) Azure environment refers to whether the public cloud offering or domestic (government) clouds are being used. Currently, only the public cloud is supported. The value must be AzureCloud. This is also the default-value.
8080
* `cluster_name` - (Required) The name of the Kubernetes cluster.
8181
* `subscription_id` - (Required) The id of the Azure subscription.
8282
* `subscription_name` - (Required) The name of the Azure subscription.

0 commit comments

Comments
 (0)