Skip to content

Conversation

longkb
Copy link

@longkb longkb commented Sep 25, 2025

Description

Added Instance name and Instance type to module outputs.

Motivation and Context

Since these output for Instance is missing, we can't directly refer to the module to fetch these Information and make it as input of another module. To fetch it requires additional actions.

Breaking Changes

None, module logic untouched.

@longkb longkb changed the title add name and instance_type as output feat: add name and instance_type as output Sep 25, 2025
@longkb longkb changed the title feat: add name and instance_type as output feat: Add name and instance_type as output Sep 25, 2025
@longkb
Copy link
Author

longkb commented Sep 25, 2025

Hi @bryantbiggs, could you help me to review this PR :)

@bryantbiggs
Copy link
Member

This is just re-exporting the inputs - why is that useful at all?

@bryantbiggs
Copy link
Member

closing this out for now - if you need to refer to these values, use a local value and pass that to the module and any other resources as needed. because these are pass through values, terraform won't wait on them like computed attributes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants