docs: move terraform example below rubygems
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user