Skip to content

Commit

Permalink
Fixed error in the doc of the template resource
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro JNM <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Jul 2, 2020
1 parent 68cca03 commit 5c5c95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This can be used to create, modify, and delete Templates.
resource "civo_template" "my-custom-template" {
code = "my-template"
name = "My Template"
image_id = data.civo_template.debian.image_id
image_id = element(data.civo_template.debian.templates, 0).image_id
short_description = "my template"
description = "my template with mc"
default_username = "admin"
Expand Down

0 comments on commit 5c5c95d

Please sign in to comment.