Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
piroux-sg committed Mar 11, 2024
1 parent 652921b commit 22883dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/secret_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func resourceStackGuardianSecretAPIImport(d *schema.ResourceData, meta interface
log.Printf("resource_api_object.go: Import routine called. Object built:\n%s\n", obj.toString())

// WARNING: It will fail unless FIXME is implemented
err = obj.read_object_from_listall() // FIXME: store ResourseName in obj
err = obj.read_object_from_listall() // FIXME: store ResourceName in obj
if err == nil {
set_resource_state(obj, d)
/* Data that we set in the state above must be passed along
Expand Down

0 comments on commit 22883dc

Please sign in to comment.