Commit Graph

6 Commits (main)

Author SHA1 Message Date
Elie CHARRA 6c5e6787b0
fix: fix broken tests
Those tests were broken due to removal of SetResolveReadAttributesFunc.
Sometimes in those methods we were casting field from different types to string.
If we loose that case it causes some issues since in the detail fetcher we only take into account
strings attributes. To fix that I added some cast directly in the detail fetcher.
That should not cause any issues to retrieve details if we send additional (useless) fields to the
ReadResource call.
2022-08-01 10:53:33 +02:00
Elie CHARRA 1ece051636
chore: moved metadata to driftctl 2022-07-28 11:49:55 +02:00
Elie CHARRA 1412896203
chore: remove usage of ResolveReadAttributesFunc 2022-07-28 11:49:54 +02:00
Martin Guibert dc58f94ce9
chore: extract enumeration to it's own submodule 2022-07-07 16:16:03 +02:00
Elie 1cdccb0be0
Move to @snyk 2021-12-06 14:29:39 +01:00
Elie f130a6e0a9
Add aws_default_network_acl, aws_network_acl and aws_network_acl_rule 2021-09-28 17:22:24 +02:00