Elie
|
c4db6fa761
|
Merge branch 'main' into feat/appautoscaling
|
2021-09-27 16:15:46 +02:00 |
Elie
|
71c75c44fd
|
Add google compute instance
|
2021-09-27 11:20:44 +02:00 |
sundowndev
|
809577db57
|
feat: implement google_compute_router resource
|
2021-09-27 11:14:36 +02:00 |
sundowndev
|
5be274e7af
|
refactor: remove useless terraform files
|
2021-09-27 10:27:17 +02:00 |
sundowndev
|
43c4481588
|
test: aws_appautoscaling_target resource
|
2021-09-22 15:14:45 +02:00 |
William Beuil
|
71aa38e843
|
Add aws_api_gateway_rest_api resource
|
2021-09-16 15:42:44 +02:00 |
Elie
|
430c69bead
|
Merge branch 'main' into res/cfn-stack
|
2021-09-16 12:08:49 +02:00 |
William Beuil
|
e3e431cc0d
|
Add aws_cloudformation_stack
|
2021-09-16 11:53:10 +02:00 |
Elie
|
1e5295ab1f
|
Merge branch 'main' into google_compute_firewall
|
2021-09-16 11:51:57 +02:00 |
Elie
|
f607c26d04
|
Add google_compute_firewall
|
2021-09-16 11:29:18 +02:00 |
Elie
|
04bb69820f
|
Merge branch 'main' into feat/aws_rds_cluster
|
2021-09-16 11:09:24 +02:00 |
Martin Guibert
|
a8918f7df1
|
minor fixes, remove writealert. save reading alert in batch
|
2021-09-15 21:46:36 +02:00 |
Martin Guibert
|
6fd9986cbc
|
do not fail when --from is incorrect, send alert. fail only if all from are incorrect
|
2021-09-15 20:36:32 +02:00 |
sundowndev
|
b8ef7c8a47
|
test: aws_rds_cluster resource testing
|
2021-09-14 11:34:36 +02:00 |
Elie
|
937eeb45ca
|
Fix windows TFCloud creds path
|
2021-09-08 10:31:24 +02:00 |
William Beuil
|
ea7a9c1b54
|
Should read terraform config file
|
2021-08-30 17:51:35 +02:00 |
sundowndev
|
5f72640db0
|
refactor: normalize resource method names
|
2021-08-25 14:38:51 +02:00 |
Elie
|
dada7a4b50
|
Remove `Resource` interface
|
2021-08-09 16:03:04 +02:00 |
Elie
|
82b8c1c80b
|
Add resource source for terraform state
|
2021-07-30 17:22:21 +02:00 |
Elie
|
af824199d9
|
Ignore resource prior to scan
|
2021-07-26 16:23:26 +02:00 |
sundowndev
|
e5ffc68091
|
refactor: rename result.golden.json files to results.golden.json
|
2021-07-21 16:31:18 +02:00 |
sundowndev
|
2344bc3335
|
refactor: remove empty results.golden.json files
|
2021-07-21 16:08:27 +02:00 |
sundowndev
|
25d7d4a647
|
refactor: return empty results goldenfiles
|
2021-07-21 15:13:12 +02:00 |
sundowndev
|
f8466b6d53
|
test(acc): pin provider versions
|
2021-07-12 17:55:26 +02:00 |
Louis TOUSSAINT
|
8fb10e0b3a
|
Issue 615: Add envProxy and tests to s3Reader
|
2021-07-06 10:28:11 +02:00 |
Louis TOUSSAINT
|
973b67f6d5
|
Issue 615: Add a new test to s3_test.go to check if NewS3Enumerator take DCTL_S3_envVar in charge
|
2021-07-06 10:28:11 +02:00 |
Louis TOUSSAINT
|
c882c769e8
|
Issue 615: Remove setProxy and add parameter to NewEnvProxy directly
|
2021-07-06 10:28:11 +02:00 |
Louis TOUSSAINT
|
916c458760
|
Issue 615: Create struct to override env config for state_enumerator
|
2021-07-06 10:28:10 +02:00 |
sundowndev
|
24c8218d50
|
test(state): update golden files for lambda_function
|
2021-06-24 17:34:07 +02:00 |
Elie
|
b5fe9e5e73
|
Fix S3 broken glob matching
|
2021-06-24 11:01:21 +02:00 |
Elie
|
4d00bc314d
|
Merge pull request #688 from cloudskiff/fix_provider_installer_on_golden_update
Fix golden files update
|
2021-06-23 11:08:03 +02:00 |
Elie
|
646c6a392c
|
Ignore unsupported resource from IaC
|
2021-06-23 10:58:40 +02:00 |
Elie
|
3dcfbd94a9
|
Fix golden files update
|
2021-06-23 10:52:50 +02:00 |
Louis TOUSSAINT
|
80783a6d41
|
Issue 555: Add config-dir flag to change .driftctl location
|
2021-06-17 14:34:50 +02:00 |
Elie
|
7fe9b13d19
|
Fix state enumeration on s3 on win when using wildcards
|
2021-06-15 18:18:53 +02:00 |
Elie
|
98ee98a955
|
Fix issue when enumerating s3 states on windows
|
2021-06-15 16:35:53 +02:00 |
Elie
|
fcb06cd782
|
Allow to specify a terraform provider version
|
2021-06-04 16:58:54 +02:00 |
Toussaint Louis
|
14a3947d3f
|
Update terraform_state_reader.go
|
2021-06-04 15:44:55 +02:00 |
Elie
|
72c8dc3ea8
|
Merge branch 'main' into issue_494_http_scanning_error
|
2021-06-04 15:34:07 +02:00 |
Elie
|
c1770ac935
|
Fix unsupported resources read from state files
|
2021-06-04 11:31:32 +02:00 |
Louis TOUSSAINT
|
560a4a51cd
|
Issue 494: Detect if state reader is http and change error reporting logic
|
2021-06-03 15:42:29 +02:00 |
Louis TOUSSAINT
|
87426cb5b6
|
Issue 494: Fix error reporting in http state reader
|
2021-06-03 15:42:29 +02:00 |
Elie
|
b5c48dbbfc
|
Finished refacto
|
2021-05-31 18:46:20 +02:00 |
sundowndev
|
6a93d0d48b
|
fix: ensure enumerated paths are not folders
|
2021-05-27 14:15:43 +02:00 |
William Beuil
|
f6cfbd3cb4
|
Change signature of NormalizeFunc + fix security_group
|
2021-05-24 17:43:15 +02:00 |
Martin Guibert
|
11b412b9a2
|
migrate security_group_rules
|
2021-05-24 17:43:15 +02:00 |
Martin
|
3ea89db94c
|
Merge branch 'main' into fix/sns_migration_error
|
2021-05-18 18:24:32 +02:00 |
William Beuil
|
c2769838d0
|
Fix acc tests
|
2021-05-18 17:46:51 +02:00 |
Martin
|
0bfd06980f
|
Merge branch 'main' into fix/sns_migration_error
|
2021-05-18 17:36:30 +02:00 |
Martin Guibert
|
e760507d61
|
fix bug introduced by sns migration to new archi
|
2021-05-18 17:23:44 +02:00 |