Commit Graph

587 Commits (eba0839c6e69bfefae4e21c48765262c177f116f)

Author SHA1 Message Date
Elie 15cd8802a9
Make acc test from multiples provider run in parallel 2021-02-15 15:43:01 +01:00
Elie 8e72b0fc7a
Remove useless provider add in test 2021-02-12 17:05:42 +01:00
Elie 1e39b352b3
Merge pull request #235 from cloudskiff/make_tf_provider_generic
Make terraform provider generic
2021-02-12 16:38:17 +01:00
Elie 59c061d2f6
Fix aws suppliers and tests to use new provider 2021-02-12 16:29:39 +01:00
Elie cf5d3d1f6d
use generic AZ attribute in suppliers 2021-02-12 16:18:27 +01:00
Elie 0749c72024
Create generic terraform provider 2021-02-12 16:18:26 +01:00
Elie ab3c5d22ef
Merge pull request #244 from cloudskiff/fea/dymabodb_table
add support for dynamodb_table
2021-02-12 15:26:29 +01:00
Martin faaf4a3ff1
Merge branch 'main' into fea/dymabodb_table 2021-02-12 10:24:59 +01:00
Martin Guibert 73ffe8280f add support for dynamodb_table 2021-02-11 18:18:08 +01:00
Elie ffceac4fc8
Merge pull request #241 from cloudskiff/plugin_log_improvment
Better log handler for terraform providers
2021-02-11 15:00:58 +01:00
Elie 8bf44f9462
Merge branch 'main' into plugin_log_improvment 2021-02-11 14:55:00 +01:00
Elie 33adb34fb4
log everything as trace 2021-02-11 14:17:06 +01:00
Elie cb5b62b3df
Merge pull request #239 from cloudskiff/better_error_handling
Better error handling
2021-02-10 15:05:47 +01:00
Elie 31a3cf52d1
Add new logger for terraform plugin 2021-02-10 15:04:07 +01:00
Elie 74f9a2cdfc
Merge branch 'main' into better_error_handling 2021-02-10 15:00:34 +01:00
Elie 5e0484ac9d
Use errors.Errorf 2021-02-10 14:37:59 +01:00
Elie 6997971e40
Merge pull request #240 from cloudskiff/fix/doc
Update adding_a_new_resource.md
2021-02-10 13:36:12 +01:00
William BEUIL 3f9adf0ad8
Update adding_a_new_resource.md 2021-02-10 13:26:50 +01:00
Elie 4e452bf2b0
Merge pull request #237 from cloudskiff/fix/poll_sns
add polling for sns acc tests
2021-02-10 11:06:15 +01:00
Martin Guibert 5be35dbb0f add polling for sns acc tests 2021-02-10 10:59:37 +01:00
Elie ca7694084e
ignore usage errors from sentry capture 2021-02-09 22:19:24 +01:00
Elie eddb5a9485
make driftctl Run() return proper error 2021-02-09 19:44:27 +01:00
Elie b2cf465aeb
Use pkg/errors to view stack on sentry 2021-02-09 19:43:39 +01:00
Elie e30ab6eb2b
Fix acc test lockfile diffs 2021-02-09 18:12:49 +01:00
Elie 0540dc9e2d
Merge pull request #238 from cloudskiff/add_tf_limitation
add Terraform known limitations
2021-02-09 17:55:30 +01:00
Elie af322707ce
Update README.md 2021-02-09 17:53:06 +01:00
Stephane Jourdan f8f29f7c7c added Terraform known limitations 2021-02-09 17:44:25 +01:00
Elie f3ed5e0219
Merge pull request #236 from cloudskiff/eliecharra-patch-1
Fix invalid AWS policy
2021-02-09 15:56:32 +01:00
Elie c1ba1c2496
Fix invalid AWS policy 2021-02-09 15:49:48 +01:00
Elie 98ea872be5
Update README.md 2021-02-09 15:13:52 +01:00
Elie d5832bdc2a
Merge pull request #234 from cloudskiff/all-contributors/add-psedge
docs: add psedge as a contributor
2021-02-09 15:11:23 +01:00
allcontributors[bot] cfd44b6315
docs: update .all-contributorsrc [skip ci] 2021-02-09 14:11:07 +00:00
allcontributors[bot] 80bfc51118
docs: update CONTRIBUTORS.md [skip ci] 2021-02-09 14:11:06 +00:00
Elie 5359c38787
Merge pull request #233 from psedge/issue_232_filtering_driftignore
docs: add more examples to filter.md for prefix/suffix
2021-02-09 15:09:55 +01:00
psedge 4fb99be31b docs: add more examples to filter.md for prefix/suffix 2021-02-09 14:53:16 +01:00
Elie f55e41bb1d
Merge pull request #229 from cloudskiff/issue_184_lotoussa
Improve aws_iam_access_key output
2021-02-09 14:02:33 +01:00
Elie 3dacdc8fea
Merge branch 'main' into issue_184_lotoussa 2021-02-09 14:01:14 +01:00
Louis TOUSSAINT 2e0a36e9d8 ISSUE 184: Create test file for aws_iam_access_key stringer 2021-02-09 13:29:35 +01:00
Elie 8a42dbe7c0
Merge pull request #231 from cloudskiff/fix/topic_subs_json
fix policies in topic subscription not beeing tag as jsonstring
2021-02-09 13:23:23 +01:00
Louis TOUSSAINT 9679667bda ISSUE 184: Improve aws_iam_access_key_ext output by creating stringer 2021-02-09 11:00:28 +01:00
Martin Guibert 0916a37d7e fix policies in topic subscription not beeing tag as jsonstring 2021-02-09 10:52:27 +01:00
Elie adb8d9694f
Merge pull request #225 from cloudskiff/remove_aws_from_provider_install
Make provider install and download independent from aws
2021-02-09 10:28:35 +01:00
Elie 9f93dcee2a
Merge branch 'main' into remove_aws_from_provider_install 2021-02-09 10:25:54 +01:00
Elie 063b23bf6a
Merge pull request #222 from cloudskiff/split_linter
Split lint from test
2021-02-09 10:00:28 +01:00
Elie fa8f6b5eac
Merge branch 'main' into split_linter 2021-02-09 09:44:41 +01:00
Elie 8119183ddf
Merge pull request #230 from cloudskiff/fix_gpg_doc
updates to gpg doc to make it work out of the box
2021-02-09 09:44:26 +01:00
Stephane Jourdan a625f6600d updates to gpg doc to make it work out of the box 2021-02-08 21:14:22 +01:00
Elie 48165869b3
Merge branch 'main' into split_linter 2021-02-08 19:18:13 +01:00
Elie 6e823b462a
Split lint from test 2021-02-08 19:11:47 +01:00
Elie 2553654d58
Merge branch 'v0.4' 2021-02-08 18:44:36 +01:00