Skip to content

Commit

Permalink
Merge pull request #273 from jim-billy/TERRAFORM_PROVIDER_SITE24X7_MA…
Browse files Browse the repository at this point in the history
…IN_BRANCH

Changes for importing user group
  • Loading branch information
jim-billy-zoho authored Jun 5, 2024
2 parents 2ca5a24 + 4ef9a2e commit 7e3ee71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site24x7/user_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ func ResourceSite24x7UserGroup() *schema.Resource {
Update: userGroupUpdate,
Delete: userGroupDelete,
Exists: userGroupExists,

Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
Schema: UserGroupSchema,
}
}
Expand Down

0 comments on commit 7e3ee71

Please sign in to comment.