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

Remove intermediate jx module directory #35

Closed
hferentschik opened this issue Mar 13, 2020 · 0 comments · Fixed by #49
Closed

Remove intermediate jx module directory #35

hferentschik opened this issue Mar 13, 2020 · 0 comments · Fixed by #49

Comments

@hferentschik
Copy link
Contributor

The current repo layout looks like this:

├── jx
│   ├── main.tf
│   ├── modules
│   │   ├── backup
│   │   ├── cluster
│   │   ├── dns
│   │   └── vault
│   ├── output.tf
│   └── variables.tf
├── jx-requirements.yaml
├── jx-requirements.yaml.tpl
├── main.tf
├── output.tf
└── variables.tf

The intermediate jx directory seems superfluous and should be removed. This means we are effectively merging main.tf of the root level with the one in jx.

As a side effect, we have to duplicate/copy fewer variables and outputs across module boundaries.

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

Successfully merging a pull request may close this issue.

2 participants