1
0
mirror of synced 2026-01-29 21:01:19 -05:00

docs: move terraform example below rubygems

This commit is contained in:
mo khan
2021-05-28 13:51:37 -06:00
parent fb8d6c677d
commit fa94681617

View File

@@ -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 %}