Skip to content

Commit

Permalink
Implement import operation for resource nstcpprofile
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 52ec244 commit fe1bbc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions citrixadc/resource_citrixadc_nstcpprofile.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ func resourceCitrixAdcNstcpprofile() *schema.Resource {
Read: readNstcpprofileFunc,
Update: updateNstcpprofileFunc,
Delete: deleteNstcpprofileFunc,
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
Schema: map[string]*schema.Schema{
"ackaggregation": &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit fe1bbc3

Please sign in to comment.