Describe the Feature
Add the ability to supply the output name when running terraform output.
Expected Behavior
Running terraform output **name_of_output** will display the value of the supplied output
Use Case
Useful for when a user needs to access the value for a sensitive output.
Alternatives Considered
Going into the module directory and running terraform output name_of_output