This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Commit 1496cca
committed
Fix remote-exec example
when used as it is it causes exception in validation
Error: Invalid reference
│ on main.tf line 33, in resource "vra7_deployment" "this":
│ 33: type = ssh
│ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
Signed-off-by: Reddysekhar Gaduputi <[email protected]>1 parent 70c73af commit 1496cca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments