Skip to content

Commit

Permalink
chore: basic object tracking part 2 (#3214)
Browse files Browse the repository at this point in the history
follow up to
#3205
## Changes
- applied comments from the previous pr (added test in resource and
account locator key was changed to `struct{}`, etc.)
- applied tracking wrappers to every resource that has implemented
context method (in old ones we create context ourselves; I can go and
add the context there too), also imports implemented as passthrough were
skipped.
- added missing resource names to `resource` type
- added entry to our v1 guidelines to add wrapper around terraform
functions
- modified test client for information schema a bit

## Coming up
- data sources (after pr that adds data source names similar to the
`resrouces.Resource` interface)
  • Loading branch information
sfc-gh-jcieslak authored Nov 25, 2024
1 parent 8907d9d commit e44f2e1
Show file tree
Hide file tree
Showing 68 changed files with 1,135 additions and 360 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e44f2e1

Please sign in to comment.