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
This should work very much like the way provider.tf is linked for sub-services
provider.tf
current/ service-a/ _variabes.tf -> /path/to/current/variables.tf providert.tf -> /path/to/current/provider.tf variables.tf ... provider.tf variables.tf
The linked name will obviously have to be renamed to not conflict with the variables.tf that would be there to as part of the sub-service setup.
variables.tf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This should work very much like the way
provider.tf
is linked for sub-servicesThe linked name will obviously have to be renamed to not conflict with the
variables.tf
that would be there to as part of the sub-service setup.The text was updated successfully, but these errors were encountered: