Skip to content

Commit e9c7b70

Browse files
authored
correct the field name outbound_type (#1448)
Signed-off-by: Jiaqi Luo <jiaqi.luo@suse.com>
1 parent 51db8c5 commit e9c7b70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rancher2/schema_cluster_aks_config_v2.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414
clusterAKSOutboundType = []string{"loadbalancer", "managednatgateway", "userassignednatgateway", "userdefinedrouting"}
1515
)
1616

17-
//Schemas
17+
// Schemas
1818

1919
func clusterAKSConfigV2NodePoolsFields() map[string]*schema.Schema {
2020
s := map[string]*schema.Schema{
@@ -268,7 +268,7 @@ func clusterAKSConfigV2Fields() map[string]*schema.Schema {
268268
Computed: true,
269269
Description: "The AKS node resource group name",
270270
},
271-
"outboung_type": {
271+
"outbound_type": {
272272
Type: schema.TypeString,
273273
Optional: true,
274274
Default: "loadBalancer",

0 commit comments

Comments
 (0)