Skip to content

Commit

Permalink
Fix Export Version problem (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthDogiparthi12 committed May 21, 2024
1 parent 7241738 commit 2e2847b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions genesyscloud/tfexporter/resource_genesyscloud_tf_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ func ResourceTfExport() *schema.Resource {
The config file is named '%s' or '%s', and the state file is named '%s'.
`, defaultTfJSONFile, defaultTfHCLFile, defaultTfStateFile),

CreateContext: createTfExport,
ReadContext: readTfExport,
DeleteContext: deleteTfExport,
CreateWithoutTimeout: createTfExport,
ReadWithoutTimeout: readTfExport,
DeleteContext: deleteTfExport,
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
},
Expand Down

0 comments on commit 2e2847b

Please sign in to comment.