Commit Graph

1061 Commits (fcfdb054dac47fe761e079b4227011c0884cec99)

Author SHA1 Message Date
Elie fcfdb054da
Merge pull request #662 from cloudskiff/issue_630_aws_route
Fix aws_route carrier_gateway_id false positive
2021-06-18 11:56:22 +02:00
Louis TOUSSAINT 6278dbfefd Issue 630: Fix aws_route carrier_gateway_id false positive 2021-06-18 11:51:01 +02:00
William BEUIL 19bea9f133
Merge pull request #664 from cloudskiff/fix_ebs_block_device
Fix EBS volume drift on throughput
2021-06-18 11:40:31 +02:00
Elie 8751bdac2f
Fix EBS volume drift on throughput 2021-06-18 11:24:50 +02:00
Elie 4ac335e7a1
Merge pull request #658 from cloudskiff/feat/providerVersionOutput
Display terraform provider version in output
2021-06-18 10:24:11 +02:00
sundowndev 92691868bb feat: display terraform provider version in output 2021-06-17 16:20:19 +02:00
Raphaël 0eddd54b30
Merge pull request #629 from cloudskiff/issue_555_directory_location
Add config-dir flag to change .driftctl location
2021-06-17 14:40:27 +02:00
Louis TOUSSAINT 37fd7cc1e6 Issue 555: Deletion of deprecated tests 2021-06-17 14:34:50 +02:00
Louis TOUSSAINT 1ba5782fa1 Issue 555: Add fallback if homedir.Dir() return error to set configDir with tmpDir() 2021-06-17 14:34:50 +02:00
Louis TOUSSAINT 43bc80eee6 Issue 555: Remove default value description for config-dir flag and rebase main 2021-06-17 14:34:50 +02:00
Louis TOUSSAINT caee449a9a Issue 555: Set the default value of config-dir in scan.go 2021-06-17 14:34:50 +02:00
Louis TOUSSAINT 80783a6d41 Issue 555: Add config-dir flag to change .driftctl location 2021-06-17 14:34:50 +02:00
Gerald Crescione 5310f31355
updated link to discord
updated link so that people directly join the intro chan
2021-06-17 14:29:49 +02:00
Elie 68aba8ea35
Merge pull request #657 from cloudskiff/issue_649_ses_smtp_password
Fix ses_smtp_password false positive
2021-06-17 11:59:55 +02:00
Elie f7e08bb5da
Merge pull request #652 from cloudskiff/improve_build_script
Allow to override OS_ARCH in build script
2021-06-17 11:56:36 +02:00
Louis TOUSSAINT e8d930cc66 Issue 649: Fix ses_smtp_password false positive 2021-06-17 11:39:30 +02:00
Elie 76608c0822
Fix AUR not publishing new releases 2021-06-17 10:42:45 +02:00
Raphaël 3b92369cf7
Merge pull request #648 from cloudskiff/fix/orderingConsole
Fix random ordering in console output
2021-06-16 10:53:45 +02:00
Raphaël 5a23a1b1d8
Merge branch 'main' into fix/orderingConsole 2021-06-16 10:48:03 +02:00
Elie 2947e33984
Merge pull request #656 from cloudskiff/all-contributors/add-a-vorobiev
docs: add a-vorobiev as a contributor for bug
2021-06-16 10:13:19 +02:00
allcontributors[bot] f6b1fb6e39
docs: update .all-contributorsrc [skip ci] 2021-06-16 08:12:56 +00:00
allcontributors[bot] 9c341c9ce2
docs: update CONTRIBUTORS.md [skip ci] 2021-06-16 08:12:55 +00:00
Elie ef4dd3ca82
Merge pull request #654 from a-vorobiev/fix/ignore-bucket-prefix
Fix false positive on aws_s3_bucket.bucket_prefix
2021-06-16 10:08:26 +02:00
Elie 75144cbb4e
Merge pull request #651 from cloudskiff/fix_win_state_enumeration
Fix state enumeration on s3 on win when using wildcards
2021-06-15 19:20:59 +02:00
Anton Vorobiev 8d8412209c
Merge branch 'main' into fix/ignore-bucket-prefix 2021-06-15 19:13:35 +02:00
Anton Vorobiev 0ad6f1d296 Fix: s3_bucket.bucket_prefix should be ignored 2021-06-15 19:00:03 +02:00
Elie 263771809f
Allow to override OS_ARCH in build script 2021-06-15 18:23:45 +02:00
Elie 7fe9b13d19
Fix state enumeration on s3 on win when using wildcards 2021-06-15 18:18:53 +02:00
Elie f206ff97e9
Merge pull request #650 from cloudskiff/fix_state_enum_win64
Fix issue when enumerating s3 states on windows
2021-06-15 17:21:49 +02:00
Elie 98ee98a955
Fix issue when enumerating s3 states on windows 2021-06-15 16:35:53 +02:00
sundowndev c1e921235b fix: ordering in console output 2021-06-15 16:05:07 +02:00
Elie 0da5e2ea36
Merge pull request #645 from cloudskiff/update_bug_report_template
Add terraform and providers version to bug report template
2021-06-15 11:32:22 +02:00
Elie 1cdda36e8f
Add terraform and providers version to bug report template 2021-06-15 10:50:29 +02:00
Elie 03b1208853
Fix GPG detached signature 2021-06-15 09:55:48 +02:00
Elie 00c7c301c5
Try to fix igw removal in aws_route acc test 2021-06-14 17:15:18 +02:00
Elie 8d681ec24e
Merge pull request #631 from cloudskiff/revert-413-fix/EC2instance2
Enable diff on instance_initiated_shutdown_behavior field
2021-06-14 14:43:31 +02:00
sundowndev dd3c3107f4 fix: disable instance_initiated_shutdown_behavior field 2021-06-14 11:26:47 +02:00
Raphaël d4b4ed9365
Merge pull request #607 from cloudskiff/retrieve_provider_versions
Retrieve provider version and schema version
2021-06-14 11:14:10 +02:00
Elie 35b511ef43 Retrieve provider version and schema version 2021-06-14 11:02:10 +02:00
Martin 5790225f64
Merge pull request #608 from cloudskiff/fix_eip_test
Try to fix EIP test by upgrading tf provider
2021-06-10 11:03:23 +02:00
Elie ae79832971
[RUN ACC] Try to fix EIP test by upgrading tf provider 2021-06-10 10:09:53 +02:00
Elie b95b550c84
Merge pull request #578 from cloudskiff/feat/cacheS3repository
Implement cache in AWS S3 repository
2021-06-09 16:58:52 +02:00
Elie dfee5b441a
Merge branch 'main' into feat/cacheS3repository 2021-06-09 16:52:27 +02:00
Elie 8e7dcd28b9
Merge pull request #595 from cloudskiff/feat/cacheSNSrepo
Implement cache in AWS SNS repository
2021-06-09 16:52:19 +02:00
Raphaël 5620ab898d
Merge branch 'main' into feat/cacheSNSrepo 2021-06-09 16:40:26 +02:00
Elie 64bbe2ae95
Merge pull request #579 from cloudskiff/feat/cacheRoute53repo
Implement cache in AWS route53 repository
2021-06-09 16:34:23 +02:00
Raphaël 0d8bf3e423
Merge branch 'main' into feat/cacheRoute53repo 2021-06-09 16:29:22 +02:00
Elie 955919d6e6
Merge pull request #585 from cloudskiff/feat/cacheGithubRepo
Implement cache in Github repository
2021-06-09 16:27:16 +02:00
Elie 2785f54a6b
Merge pull request #581 from cloudskiff/feat/cacheLambdarepo
Implement cache in AWS lambda repository
2021-06-09 16:26:32 +02:00
Raphaël 7a12dd869f
Merge branch 'main' into feat/cacheLambdarepo 2021-06-09 16:15:39 +02:00