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

Fix remote-exec example #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix remote-exec example #130

wants to merge 1 commit into from

Conversation

rgaduput
Copy link

@rgaduput rgaduput commented Jul 13, 2022

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]

@vmwclabot
Copy link
Member

@rgaduput, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <[email protected]> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

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]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants