Skip to content

Commit

Permalink
Fix net wireless ssids splash page (#367)
Browse files Browse the repository at this point in the history
* refactor: NetworksWirelessSsidsSplashSettings

* Fix: state funcs

* feat: import splash settings resource

import splash settings resource

* major: release new tf version
  • Loading branch information
iamdexterpark authored Jun 20, 2024
1 parent c57a849 commit 2283fb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ func (r *NetworksWirelessSsidsSplashSettingsResource) Delete(ctx context.Context

// ImportState function is used to import an existing resource into Terraform.
// The function expects an ImportStateRequest and responds with an ImportStateResponse which contains
// the new state of the resource or an error.
// the new state of the resource or an error
func (r *NetworksWirelessSsidsSplashSettingsResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse) {

// Pass through the ID directly from the ImportStateRequest to the ImportStateResponse
Expand Down

0 comments on commit 2283fb3

Please sign in to comment.