We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way we can generate a file or output to the shell?
I tried
resource "null_resource" "validator2" { triggers { user-data = "${module.coreos-config.user-data}" } provisioner "local-exec" { command = <<-EOF rm -rf output.txt cat << EOT > output.txt ${module.coreos-config.user-data} EOT EOF } }
but var!private_ipv4 is blank (but it does generate okay in the curl validator)
var!private_ipv4
Cheers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there any way we can generate a file or output to the shell?
I tried
but
var!private_ipv4
is blank (but it does generate okay in the curl validator)Cheers
The text was updated successfully, but these errors were encountered: