Skip to content

Commit

Permalink
refactor(azure-link-account): Code Refactor of azure link account res…
Browse files Browse the repository at this point in the history
…ource
  • Loading branch information
Aashirwadjain committed Nov 11, 2024
1 parent 42405da commit 03b7a25
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 548 deletions.
4 changes: 4 additions & 0 deletions newrelic/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@ func revertEscapedSingleQuote(name string) string {

return name
}

func resourceDataWrapper(d *schema.ResourceData, key string) (interface{}, bool) {
return d.GetOk(key)
}
Loading

0 comments on commit 03b7a25

Please sign in to comment.