Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Parameterize the source value in bootkube.tf #35

Closed
surajssd opened this issue Jul 10, 2019 · 2 comments
Closed

Parameterize the source value in bootkube.tf #35

surajssd opened this issue Jul 10, 2019 · 2 comments

Comments

@surajssd
Copy link
Contributor

We have the module bootkube with source value hardcoded, can we have a variable with default value to be following (which we wish to hardcode) and then user can change if they want to.

https://github.com/kinvolk/lokomotive-kubernetes/blob/fbb7eee2cd38a81019ed292a8a5eb6ae05328957/packet/flatcar-linux/kubernetes/bootkube.tf#L1-L4

@invidian
Copy link
Contributor

module source cannot be interpolated in current version of Terraform, so we have to do it this way... Also see hashicorp/terraform#1439.

@surajssd
Copy link
Contributor Author

Oh I see

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

No branches or pull requests

2 participants