docs
docs copied to clipboard
Show context for component
File: themes/default/content/docs/concepts/inputs-outputs/apply.md
This page uses
`return await Deployment.RunAsync(() => { var vpc = new Vpc("vpc");
Console.WriteLine(vpc);
});`
as an example, but has no indication of what Vpc is or what it could conceivably output! What is a VPC and how would I know if I saw one on the street? Also using "vpc" as the name for EVERYTHING in this code (the variable, the class, and the argument) makes it more likely it will be unclear which "vpc" is doing what. (This is just a stylistic recommendation).