Karni Wolf
6f76599bc7
Add aws_api_gatewayv2 resource
2021-11-24 16:31:00 +02:00
Martin Guibert
ac0f1a2608
add support for azurerm_private_dns_srv_record
2021-11-23 10:07:59 +01:00
Martin Guibert
7a38ac2413
add azurerm_privatedns_mx_record
2021-11-19 17:30:54 +01:00
Elie
d8a804520b
Merge branch 'main' into fea/azurerm_private_dns_ptr_record
2021-11-19 16:22:35 +01:00
Elie
49ac19f647
Disable azure flacky tests
2021-11-19 11:37:30 +01:00
Elie
332b66eeca
Disabled azure flacky test
2021-11-19 11:11:56 +01:00
Elie
81a9cdb9df
Disable azure flacky tests
2021-11-19 10:06:36 +01:00
Martin Guibert
8627b57329
add support for azurerm_private_dns_ptr_record
2021-11-18 16:53:41 +01:00
Elie
c9e20fc272
Merge branch 'main' into fea/azurerm_private_dns_cname_record
2021-11-18 16:36:22 +01:00
Elie
5d293d1847
Disable azure flacky tests
2021-11-18 15:36:37 +01:00
Martin Guibert
53471fa02c
lock pirvatedns zone cache and remove cache for filtering recordset
2021-11-18 08:59:43 +01:00
Martin Guibert
70ddf3c042
add scanner tests
2021-11-18 08:59:43 +01:00
Martin Guibert
c4406b3648
add state reader test for cname
2021-11-18 08:59:43 +01:00
Martin Guibert
6dd4b17e66
add repository tests for cname
2021-11-18 08:59:42 +01:00
Martin Guibert
ed405dfbcd
add metadata test and acc test
2021-11-18 08:59:42 +01:00
Martin Guibert
d498ee9973
add support for azurerm_private_dns_cname_record_enumerator
2021-11-18 08:59:42 +01:00
William Beuil
6a6ead3bd3
Add aws_api_gateway_integration_response resource
2021-11-17 10:32:09 +01:00
Elie
af8afc77df
Force azure provider registration to false.
...
Azure provider registration allow terraform provider to automatically
register azure resource providers.
In our context we are running read only so we do not want to try to
enable them during the scan.
Without this, a driftctl scan will try to register resource providers
since it is done in the gRPC configure call.
2021-11-16 14:46:47 +01:00
Elie
0bf122f7ee
Merge pull request #1216 from cbowman0/tfe
...
Support passing in the Terraform API URL to support Terraform Enterprise installations.
2021-11-15 17:40:32 +01:00
Christopher Bowman
9591633e8a
Set the TFCloudEndpoint parameter that would be set via default in cmd options
2021-11-15 10:08:23 -05:00
Christopher Bowman
03464d89bc
Change TFCloudAPI to TFCloudEndpoint
2021-11-15 09:24:07 -05:00
Christopher Bowman
8ba05f995b
Address remarks
2021-11-15 09:07:22 -05:00
Christopher Bowman
6c2f9653e1
Support passing in the Terraform API URL to support Terraform Enterprise installations.
...
Look for the correct domain in from credentials.tfrc.json
2021-11-12 17:46:32 -05:00
sundowndev
4a9cc26a77
refactor: add docs for ShouldPrint function
2021-11-12 17:05:05 +01:00
sundowndev
d5f930e2f1
fix: display progress bar in stdout
2021-11-12 17:05:05 +01:00
Martin Guibert
e1bcd185ef
fix private record acc tests
2021-11-10 17:38:33 +01:00
William BEUIL
ab5ae0c4ab
Merge branch 'main' into fix/unbuffered-chan
2021-11-10 16:00:38 +01:00
William BEUIL
e98c9f9e68
Merge branch 'main' into fix/unbuffered-chan
2021-11-10 15:53:44 +01:00
Elie
5399ade164
Add google_cloudrun_service
2021-11-10 15:45:33 +01:00
Elie
ec69da1afc
Merge pull request #1208 from craigfurman/gen-driftignore-ux
...
gen-driftignore input/output UX
2021-11-10 10:20:46 +01:00
Craig Furman
612118d646
gen-driftignore defaults to writing to a file
...
Users can still print to stdout by passing `-o -`.
2021-11-08 10:43:18 +00:00
Craig Furman
4466a0430e
gen-driftignore defaults to reading from stdin
...
Allow the input file to be specified as "-", which traditionally many
programs interpret as standard input. Make this value the default too,
as piping `driftctl scan | driftctl gen-driftignore` appears to be a
documented idiom.
2021-11-08 10:43:16 +00:00
Martin Guibert
f2a84a145c
fix tests
2021-11-05 10:26:36 +01:00
Martin Guibert
0a8a885aaa
add test for repo and some fix
2021-11-05 10:26:36 +01:00
Martin Guibert
8247f2a41f
add support for azurerm_private_dns_a_record & azurerm_private_dns_aaaa_record
2021-11-05 10:26:19 +01:00
William Beuil
0d0457ac92
Fix unbuffered channel
2021-11-04 13:07:31 +01:00
William Beuil
568c474574
Middleware should handle YAML body document now
2021-11-04 11:55:19 +01:00
Elie
33b655509f
Merge pull request #1202 from cloudskiff/fix_flacky_acc_tests
...
Fix flacky ACC tests
2021-10-29 16:31:17 +02:00
William Beuil
240e20d6e4
Renaming AWS scanner tests
2021-10-29 14:55:38 +02:00
Elie
0ed20f20d2
Fix flacky ACC tests
2021-10-29 14:17:49 +02:00
Elie
fe2587e383
Add google_compute_global_address
2021-10-29 10:33:59 +02:00
Raphaël
a2491a07ac
Merge branch 'main' into feat/add_google_compute_health_check
2021-10-28 16:18:37 +02:00
sundowndev
e5b55aad94
fix: use name instead of display_name
2021-10-28 15:55:29 +02:00
sundowndev
2e6977c2c6
refactor: use name instead of display_name
2021-10-28 15:34:46 +02:00
sundowndev
6f117efdb2
feat: add google_compute_health_check
2021-10-28 15:34:46 +02:00
Elie
05c16831b8
Merge pull request #1191 from cloudskiff/chore/state-reader-test
...
Fix fake provider configuration in state reader tests
2021-10-28 14:20:30 +02:00
William Beuil
0f7db93e9b
Add aws_api_gateway_integration resource
2021-10-28 13:05:19 +02:00
Elie
9d7acdf102
Merge pull request #1171 from cloudskiff/res/api_gtw_method_settings
...
Add aws_api_gateway_method_settings resource
2021-10-28 12:00:21 +02:00
sundowndev
6e0ff306da
chore: add temp directory to fake provider
2021-10-27 17:12:01 +02:00
William Beuil
d544e622fa
Add aws_api_gateway_method_settings resource
2021-10-27 17:03:38 +02:00