From fa94681617841ebe640f788a38e39ce20a7d7d34 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 28 May 2021 13:51:37 -0600 Subject: [PATCH] docs: move terraform example below rubygems --- ...guration-options-for-dependency-updates.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates.md b/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates.md index 7b31370508..feaa1c0b31 100644 --- a/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates.md +++ b/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates.md @@ -920,20 +920,6 @@ registries: ``` {% endraw %} -#### `terraform-registry` - -The `terraform-registry` type supports token. - -{% raw %} -```yaml -registries: - terraform-example: - type: terraform-registry - url: https://terraform.example.com - token: ${{secrets.MY_TERRAFORM_TOKEN}} -``` -{% endraw %} - #### `rubygems-server` The `rubygems-server` type supports username and password, or token. @@ -958,3 +944,17 @@ registries: token: ${{secrets.MY_GITHUB_PERSONAL_TOKEN}} ``` {% endraw %} + +#### `terraform-registry` + +The `terraform-registry` type supports token. + +{% raw %} +```yaml +registries: + terraform-example: + type: terraform-registry + url: https://terraform.example.com + token: ${{secrets.MY_TERRAFORM_TOKEN}} +``` +{% endraw %}