Skip to content

Commit ea2f322

Browse files
author
Sander van Harmelen
authored
Merge pull request #60 from nfagerlund/mar19_broken_links
website: Update link to file function
2 parents dc17baf + 688e992 commit ea2f322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/ssh_keypair.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The following arguments are supported:
3030

3131
* `public_key` - (Optional) The public key to register with CloudStack. If
3232
this is omitted, CloudStack will generate a new key pair. The key can
33-
be loaded from a file on disk using the [`file()` interpolation
34-
function](/docs/configuration/interpolation.html#file_path_). Changing
35-
this forces a new resource to be created.
33+
be loaded from a file on disk using the
34+
[`file()` function](https://www.terraform.io/docs/configuration/functions/file.html).
35+
Changing this forces a new resource to be created.
3636

3737
* `project` - (Optional) The name or ID of the project to register this
3838
key to. Changing this forces a new resource to be created.

0 commit comments

Comments
 (0)