Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit c33b25e

Browse files
committed
fix "reason" to "reasons" in example/simple
Signed-off-by: ytpom [email protected]
1 parent fd9f3f0 commit c33b25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "vra7_deployment" "this" {
99
count = 1
1010
catalog_item_name = "CentOS 7.0 x64"
1111
description = "this description"
12-
reason = "this reason"
12+
reasons = "this reason"
1313
lease_days = 10
1414

1515
deployment_configuration = {

0 commit comments

Comments
 (0)