Skip to content
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

file path for _tpl_providers incorrect in cloud-foundation-fabric/fast/stages/00-bootstrap/outputs.tf #725

Closed
AmanSextus opened this issue Jul 8, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request on:FAST

Comments

@AmanSextus
Copy link

Running the bootstrap code from windows machine gives an error on path for _tpl_providers used in provider module (Line #41, #46, #51). By giving the actual path (../../assets/templates/providers.tf.tpl) in the variable, the code works fine

@ludoo
Copy link
Collaborator

ludoo commented Jul 8, 2022

Ah yes, we're using a symbolic link which might not work on Windows. We cannot use an absolute path as the stage needs to be usable as standalone code, e.g. in a CI/CD pipeline. What we might do is add an optional variable that allows Windows users to pass a path.

@ludoo ludoo added the enhancement New feature or request label Jul 8, 2022
@ludoo ludoo self-assigned this Jul 8, 2022
@ludoo ludoo added the on:FAST label Jul 10, 2022
@ludoo
Copy link
Collaborator

ludoo commented Mar 16, 2023

This has been fixed as part of the rename and introduction of multitenant stages that happened after the current release (v20.0.0) was cut.

@ludoo ludoo closed this as completed Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request on:FAST
Projects
None yet
Development

No branches or pull requests

2 participants