We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In porting the command provider to use the pulumi-go-provider library, some potential enhancements became apparent.
I want to minimize the changes to the schema so I will track those here.
remote:Command.Connection
stdin
stdout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Issue details
In porting the command provider to use the pulumi-go-provider library, some potential enhancements became apparent.
I want to minimize the changes to the schema so I will track those here.
Mark Replace on changes
Mark RequiredInputs
remote:Command.Connection
(it's marked for remote:CopyFile)Mark Required
stdin
as required, but I imagine thatstdout
would make more sense permalinkAffected area/feature
The text was updated successfully, but these errors were encountered: