Skip to content

Commit

Permalink
Implement import operation for resource cspolicy
Browse files Browse the repository at this point in the history
Signed-off-by: George Nikolopoulos <[email protected]>
  • Loading branch information
George Nikolopoulos committed Jul 6, 2020
1 parent 2c2d231 commit 6248bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions citrixadc/resource_citrixadc_cspolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ func resourceCitrixAdcCspolicy() *schema.Resource {
Read: readCspolicyFunc,
Update: updateCspolicyFunc,
Delete: deleteCspolicyFunc,
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
Schema: map[string]*schema.Schema{
"action": &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit 6248bb9

Please sign in to comment.