-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
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
Support Terraform Vars from file on Package Deploy #1141
Comments
Did #1171 resolve this or no? |
technically, it is now possible. So it's gets into the subjective territory of "What does it mean to for Zarf to treat IaC like a first-class citizen". Is yaml and the config.toml a first class citizen example or is that royalty :D |
@ntwkninja So I'm hearing your response is "Yes it works." I think we would should work together to write another ticket to iterate over what @jeff-mccoy committed to his branch. |
Problem:
Zarf currently only supports Vars in yaml files.
Potential Solution:
Given the locals.tf example below, support injecting different terraform variable types on zarf package create and zarf package deploy.
Alternative Solutions:
cat tf.yaml | yq > locals.tf
)Additional context
The text was updated successfully, but these errors were encountered: