Skip to content

Commit

Permalink
correct links to the page Template
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Mar 14, 2023
1 parent c52dc9b commit 9d95ab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/template.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "gridscale_storage" "storage-test"{

The following arguments are supported:

* `name` - (Required) The exact name of the template as show in [the expert panel of gridscale](https://my.gridscale.io/Expert/Template).
* `name` - (Required) The exact name of the template as show in [the page Template](https://my.gridscale.io/Template).

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/storage.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following arguments are supported:

* `template` - (Optional) List of labels in the format [ "label1", "label2" ].

* `template_uuid` - (Required) The UUID of a template. This can be found in the [expert panel](https://my.gridscale.io/Expert/Template) by clicking more on the template or by using a gridscale_template datasource.
* `template_uuid` - (Required) The UUID of a template. This can be found in the [the page Template](https://my.gridscale.io/Template) by clicking more on the template or by using a gridscale_template datasource.

* `password` - (Optional) The root (Linux) or Administrator (Windows) password to set for the installed storage. Valid only for public templates. The password has to be either plain-text or a crypt string (modular crypt format - MCF).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/template.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "gridscale_template" "foo" {

The following arguments are supported:

* `name` - (Required) The exact name of the template as show in [the expert panel of gridscale](https://my.gridscale.io/Expert/Template).
* `name` - (Required) The exact name of the template as show in [the page Template](https://my.gridscale.io/Template).

* `snapshot_uuid` - (Required) Snapshot uuid for template.

Expand Down

0 comments on commit 9d95ab2

Please sign in to comment.