Skip to content

Commit 83a0055

Browse files
Update github/resource_github_enterprise_ip_allow_list_entry.go
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent 935e689 commit 83a0055

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

github/resource_github_enterprise_ip_allow_list_entry.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import (
1111

1212
func resourceGithubEnterpriseIpAllowListEntry() *schema.Resource {
1313
return &schema.Resource{
14-
Create: resourceGithubEnterpriseIpAllowListEntryCreate,
15-
Read: resourceGithubEnterpriseIpAllowListEntryRead,
16-
Update: resourceGithubEnterpriseIpAllowListEntryUpdate,
17-
Delete: resourceGithubEnterpriseIpAllowListEntryDelete,
14+
CreateContext: resourceGithubEnterpriseIpAllowListEntryCreate,
15+
ReadContext: resourceGithubEnterpriseIpAllowListEntryRead,
16+
UpdateContext: resourceGithubEnterpriseIpAllowListEntryUpdate,
17+
DeleteContext: resourceGithubEnterpriseIpAllowListEntryDelete,
1818
Importer: &schema.ResourceImporter{
1919
StateContext: schema.ImportStatePassthroughContext,
2020
},

0 commit comments

Comments
 (0)