Skip to content

Commit 2511b0b

Browse files
ErikElkinsdeiga
andauthored
Update resource_github_enterprise_ip_allow_list_entry.go
Co-authored-by: Timo Sand <[email protected]>
1 parent d5a1915 commit 2511b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_enterprise_ip_allow_list_entry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func resourceGithubEnterpriseIpAllowListEntryRead(ctx context.Context, d *schema
137137
err := client.Query(ctx, &query, variables)
138138
if err != nil {
139139
if strings.Contains(err.Error(), "Could not resolve to a node with the global id") {
140-
tflog.Info(ctx, "[INFO] Removing IP allow list entry (%s) from state because it no longer exists in GitHub", map[string]any{
140+
tflog.Info(ctx, "Removing IP allow list entry from state because it no longer exists in GitHub", map[string]any{
141141
"id": d.Id(),
142142
})
143143
d.SetId("")

0 commit comments

Comments
 (0)