terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
Add user_data output
trafficstars
Hello,
in our setup plan always shows user_data are to be changed even after same config was just applied. Value from config indeed seems to be the same as one we see in launch_configuration in aws console. We are unable to see what terraform thinks is a new updated value. Plan does not show whole value only its hash.
Is there any way how to see whole value of user_data? If not I would like to suggest to add new module output with value of local.template_user_data. This sounds useful for debugging in general since many configurations are effective through user data.
Thnks