-
Notifications
You must be signed in to change notification settings - Fork 53
Allow terraform #3814
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
Allow terraform #3814
Conversation
This directory contains the concourse `pipeline.yml` for the autoscaler [pipeline](https://concourse.app-runtime-interfaces.ci.cloudfoundry.org/teams/app-autoscaler/pipelines/app-autoscaler-release) | ||
and all of the associated scripts. To use this manifest, you need to provide a private configuration file | ||
for all of the template parameters. | ||
🚸 *Important*: Regarding the concourse-pipelines, please note that there is a special credhub-instance that differs from the one that is used for the bosh-director to render manifests. It needs to contain the credhub-secrets that are referenced in the pipeline-definition. Their paths must be prefixed by `/concourse/<team-name>` (e.g. `/concourse/app-autoscaler`). The login to that instance can be done via calling the script [terragrunt/scripts/concourse/start-credhub-cli.sh](<https://github.com/cloudfoundry/app-runtime-interfaces-infrastructure/blob/main/terragrunt/scripts/concourse/start-credhub-cli.sh>) in the repository <https://github.com/cloudfoundry/app-runtime-interfaces-infrastructure>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
special
may be insensitive, use has a disability
, person with a disability
, people with disabilities
instead special retext-equality
|
This PR has been obsoleted by #3826. |
For a working development-shell for terragrunt, we need to allow terraform under its newer BUSL-license.
The relevant changes in this PR are under <./ci/terragrunt/flake.nix>. The others are just smaller documentation-improvements.