Commit Graph

2194 Commits (e9f906e8fc7c5c04ea5244291c78d7986831c548)

Author SHA1 Message Date
Karni Wolf 0a1ed7d01e
chore: capitalize Usage: terraform [global options] <subcommand> [args]
The available commands for execution are listed below.
The primary workflow commands are given first, followed by
less common or more advanced commands.

Main commands:
  init          Prepare your working directory for other commands
  validate      Check whether the configuration is valid
  plan          Show changes required by the current configuration
  apply         Create or update infrastructure
  destroy       Destroy previously-created infrastructure

All other commands:
  console       Try Terraform expressions at an interactive command prompt
  fmt           Reformat your configuration in the standard style
  force-unlock  Release a stuck lock on the current workspace
  get           Install or upgrade remote Terraform modules
  graph         Generate a Graphviz graph of the steps in an operation
  import        Associate existing infrastructure with a Terraform resource
  login         Obtain and save credentials for a remote host
  logout        Remove locally-stored credentials for a remote host
  output        Show output values from your root module
  providers     Show the providers required for this configuration
  refresh       Update the state to match remote systems
  show          Show the current state or a saved plan
  state         Advanced state management
  taint         Mark a resource instance as not fully functional
  test          Experimental support for module integration testing
  untaint       Remove the 'tainted' state from a resource instance
  version       Show the current Terraform version
  workspace     Workspace management

Global options (use these before the subcommand, if any):
  -chdir=DIR    Switch to a different working directory before executing the
                given subcommand.
  -help         Show this help output, or the help for a specified subcommand.
  -version      An alias for the "version" subcommand. in output for consistency
2022-01-30 11:51:10 +02:00
Karni Wolf 6f44cf1b0a
chore: rm redundant space 2022-01-30 11:50:20 +02:00
Raphaël 97595bb611
Merge pull request #1337 from snyk/fix/ci-curl-command
Fix string concatenation in curl command
2022-01-26 22:56:35 +04:00
Raphaël 20504b50e4
fix(ci): curl command
Fix bad variable string concatenation in cURL command
2022-01-26 10:50:19 +04:00
William BEUIL 8378e92134
Merge pull request #1334 from snyk/chore/metadata-test
chore: added a missing test and ordered resources
2022-01-25 11:35:41 +01:00
William Beuil ef3e77c308
chore: added a missing test and ordered resources 2022-01-24 17:37:37 +01:00
William BEUIL c62bf8d026
Merge pull request #1278 from snyk/fea/aws_apigatewayv2_integration_response
support aws apigatewayv2 integration response
2022-01-24 17:23:33 +01:00
Martin Guibert ec07e9a611
feat: support for aws_apigatewayv2_integration 2022-01-24 16:24:26 +01:00
William BEUIL 9874fe5d38
Merge pull request #1332 from snyk/feat/default-api-gateway-accounts
Ignore default aws_api_gateway_account resources
2022-01-24 15:16:00 +01:00
sundowndev 554728d4de
chore: fix typos in go comments 2022-01-24 18:06:05 +04:00
Raphaël e520281506
Merge pull request #1331 from snyk/changelog-script-shellcheck-issues
Fix shellcheck issues in changelog script
2022-01-24 16:37:51 +04:00
sundowndev 0965239d8e
fix: ignore default api gateway accounts 2022-01-24 16:00:00 +04:00
sundowndev 99ed042a1e
refactor(scripts): changelog
Fix shellcheck issues
2022-01-24 15:26:27 +04:00
Raphaël 926d1b8638
Merge pull request #1326 from snyk/test/acc-gcp-sleep-backoff
Add sleep-backoff to GCP ACC tests [CFG-1305]
2022-01-24 15:15:57 +04:00
William BEUIL cdd58bf2fa
Merge pull request #1329 from snyk/fix/acc-test-vpc-link
fix: assign a specific az while creating subnets
2022-01-24 10:43:57 +01:00
William Beuil 4673bb8bd1
fix: assign a specific az while creating subnets 2022-01-21 17:08:29 +01:00
sundowndev b1bd4c26fd
test(acc): add sleep-based backoff 2022-01-21 17:08:31 +04:00
Elie b751cd50ae
Merge pull request #1320 from snyk/res/apigtwv2_domain_name
Add aws_apigatewayv2_domain_name resource
2022-01-21 11:38:51 +01:00
Elie 53ace36a32
Merge pull request #1324 from snyk/fix/typo
chore: rename filename
2022-01-17 16:56:16 +01:00
William Beuil 2c45ce4e53
fix: rename filename 2022-01-17 16:49:39 +01:00
William Beuil 0b1e85df77
Add aws_apigatewayv2_domain_name resource 2022-01-17 16:45:16 +01:00
Craig Furman b137672cc4
Merge pull request #1321 from snyk/aws_apigatewayv2_deployment
Add aws_apigatewayv2_deployment resource
2022-01-17 15:40:24 +00:00
Elie a759303907
Merge pull request #1323 from snyk/feat/add_aws_apigatewayv2_api_mapping
Add aws_apigatewayv2_api_mapping
2022-01-17 16:05:21 +01:00
Elie 85d4fada99
Add ACC test 2022-01-17 15:59:12 +01:00
Elie e779e6288b
Add aws_apigatewayv2_api_mapping 2022-01-17 15:59:11 +01:00
Raphaël c91f47b840
Merge pull request #1318 from snyk/ci/docs-dispatch
Add webhook for driftctl-docs dispatch event
2022-01-17 17:30:51 +04:00
Craig Furman 4daef54980 Add aws_apigatewayv2_deployment resource
Without deep mode.
2022-01-17 12:23:19 +00:00
Elie 8fd985a39e
Merge pull request #1274 from snyk/res/apigtwv2_route_response
Add aws_apigatewayv2_route_response resource
2022-01-14 17:03:04 +01:00
William BEUIL 818343bde5
Merge pull request #1322 from snyk/chore/typo-apigtw-middleware
chore: change namings in the apigtw api middleware
2022-01-14 15:17:25 +01:00
William Beuil 0cf0dc23b0
chore: change namings in the apigtw api middleware 2022-01-14 12:23:48 +01:00
Elie 509546ad52
Merge pull request #1319 from snyk/upgrade-go-1.17
Upgrade to go1.17
2022-01-14 11:01:59 +01:00
sundowndev e35cb9a28f
chore: run go mod tidy 2022-01-13 18:06:23 +04:00
sundowndev 0a11684f79
chore: upgrade to go1.17 2022-01-13 17:59:38 +04:00
William Beuil b5f995f6d7
Add aws_apigatewayv2_route_response resource 2022-01-12 17:26:23 +01:00
Elie a00b2634cc
Merge pull request #1263 from snyk/feat/add_aws_apigatewayv2_stage
Add aws_apigatewayv2_stage
2022-01-12 16:53:16 +01:00
sundowndev 07f060ba49
feat: add aws_apigatewayv2_stage 2022-01-12 15:34:33 +01:00
Elie a97b448f8a
Merge pull request #1316 from snyk/feat/add_aws_apigatewayv2_model
Add aws_apigatewayv2_model
2022-01-12 15:29:05 +01:00
sundowndev cf29370a4c
ci: add webhook for driftctl-docs 2022-01-12 13:26:18 +04:00
Elie ae26120701
Add aws_apigatewayv2_model 2022-01-11 16:53:20 +01:00
Elie 36b81d8616
Merge pull request #1313 from snyk/fix/aws_api_gateway_stage_acc
Fix acceptance test for aws_api_gateway_stage
2022-01-11 12:06:35 +01:00
William BEUIL c88c45ba32
Merge pull request #1277 from snyk/fea/aws_apigatewayv2_integration
add support for apigatewayv2_integration
2022-01-11 12:01:18 +01:00
sundowndev a56869c23e
test(acc): fix aws_api_gateway_stage test 2022-01-11 14:53:02 +04:00
Elie 4d87addc2b
Merge pull request #1315 from snyk/ignore_vuln
Ignore vuln in terraform dependencies
2022-01-11 11:45:44 +01:00
Elie a61c9c7589
Ignore vuln in terraform dependencies 2022-01-11 10:50:15 +01:00
Elie cab37c1451
Merge pull request #1314 from snyk/fix/changelog-script
Handle patch releases in changelog script
2022-01-11 10:37:40 +01:00
sundowndev 9af9926eb2
fix(script): changelog
Improve the script soit better handle patch releases.
2022-01-11 10:58:50 +04:00
Raphaël 2f25d40210
Merge pull request #1308 from snyk/update-azure-deps
Update Azure dependencies
2022-01-10 18:40:28 +04:00
sundowndev 745a05d2b2
chore(acc): add missing terraform lock files 2022-01-10 15:48:35 +04:00
Elie a9f3228d10
Merge pull request #1312 from snyk/fix_crash_in_gcp_iam_binding
Fix crash in GCP iam binding middleware
2022-01-07 10:43:38 +01:00
Elie 1ece665219
Fix crash in GCP iam binding middleware 2022-01-06 17:31:14 +01:00