Skip to content

Commit

Permalink
Implement import operation for resource auditsyslogpolicy
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 de34969 commit 06da389
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions citrixadc/resource_citrixadc_auditsyslogpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ func resourceCitrixAdcAuditsyslogpolicy() *schema.Resource {
Read: readAuditsyslogpolicyFunc,
Update: updateAuditsyslogpolicyFunc,
Delete: deleteAuditsyslogpolicyFunc,
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
Schema: map[string]*schema.Schema{
"action": &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit 06da389

Please sign in to comment.