Skip to content

Commit

Permalink
Fixed typo in the IPv6 default gateway parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Stijn Vermoesen <svermoes@users.noreply.github.com>
  • Loading branch information
svermoes committed May 15, 2024
1 parent b46cd39 commit 0c3d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vra/resource_fabric_network_vsphere.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func resourceFabricNetworkVsphereRead(_ context.Context, d *schema.ResourceData,
d.Set("created_at", VsphereFabricNetwork.CreatedAt)
d.Set("cloud_account_ids", VsphereFabricNetwork.CloudAccountIds)
d.Set("default_gateway", VsphereFabricNetwork.DefaultGateway)
d.Set("defulat_ipv6_gateway", VsphereFabricNetwork.DefaultIPV6Gateway)
d.Set("default_ipv6_gateway", VsphereFabricNetwork.DefaultIPV6Gateway)
d.Set("dns_search_domains", VsphereFabricNetwork.DNSSearchDomains)
d.Set("dns_server_addresses", VsphereFabricNetwork.DNSServerAddresses)
d.Set("domain", VsphereFabricNetwork.Domain)
Expand Down

0 comments on commit 0c3d5ed

Please sign in to comment.