You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When refactoring existing configuration, one of the actions users may want to take is to expose an attribute as an output. This is especially relevant if the configuration represents a published module or the refactoring has intentions to turn it into one.
Background
When refactoring existing configuration, one of the actions users may want to take is to expose an attribute as an output. This is especially relevant if the configuration represents a published module or the refactoring has intentions to turn it into one.
For example, the user may start with:
and want to end up with:
or maybe end up with:
Proposal
resource
data
module
output
provider
locals
resource
data
module
output
provider
The text was updated successfully, but these errors were encountered: