-
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
base: main
Are you sure you want to change the base?
Allow terraform #3814
Conversation
Terragrunt is used for the following reasons: | ||
+ Without terragrunt, it would be necessary to manually initialise the backends in the bucket. | ||
+ Terragrunt is able to install and manage several related Terraform-Modules uniquely in spite of having a separated terraform state for each one. The latter has the advantage to be able to separately destroy/refactor them. Concourse in the context of this terraform-project is organised in layers (called “stacks” in Terragrunt). |
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.
Be careful with destroy
, it’s profane in some cases destroy retext-profanities
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
|
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.