Skip to content

Commit

Permalink
correct the field name outbound_type (#1448)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaqi Luo <[email protected]>
  • Loading branch information
jiaqiluo authored Nov 25, 2024
1 parent 51db8c5 commit e9c7b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rancher2/schema_cluster_aks_config_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
clusterAKSOutboundType = []string{"loadbalancer", "managednatgateway", "userassignednatgateway", "userdefinedrouting"}
)

//Schemas
// Schemas

func clusterAKSConfigV2NodePoolsFields() map[string]*schema.Schema {
s := map[string]*schema.Schema{
Expand Down Expand Up @@ -268,7 +268,7 @@ func clusterAKSConfigV2Fields() map[string]*schema.Schema {
Computed: true,
Description: "The AKS node resource group name",
},
"outboung_type": {
"outbound_type": {
Type: schema.TypeString,
Optional: true,
Default: "loadBalancer",
Expand Down

0 comments on commit e9c7b70

Please sign in to comment.