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

feat: switch tf to 1.5.3 and add new PEM for terraform-cicd-app #80

Merged
merged 2 commits into from
Jul 16, 2023

Conversation

dmitry-mightydevops
Copy link
Contributor

@dmitry-mightydevops dmitry-mightydevops commented Jul 12, 2023

Summary

  1. Update tf to 1.5.3
  2. Use new secret for the github app terraform-cicd-app used to perform github api calls from the terraform
  3. I also removed git-crypt secrets from the terraform ns in the cloud cluster, as they clog the view.
  4. Update your infra-dev-aws variables to become

old (not working):

variable "github_app_auth_pem_file" {
  description = "Github app auth, manage it: https://github.com/organizations/saritasa-nest/settings/apps/terraform-cicd-app"
  default     = "/keys/terraform-cicd-app.2022-11-18.private-key.pem"
  type        = string
}

new:

variable "github_app_auth_pem_file" {
  description = "Github app auth, manage it: https://github.com/organizations/saritasa-nest/settings/apps/terraform-cicd-app"
  default     = "/keys/terraform-cicd-app.2023-07-12.private-key.pem"
  type        = string
}


Pls update your saritasa helm repo locally with:

```sh
helm repo update saritasa

udaltsovra
udaltsovra previously approved these changes Jul 13, 2023
luciano-buono
luciano-buono previously approved these changes Jul 13, 2023
charts/terraform-pod/Chart.yaml Outdated Show resolved Hide resolved
@dmitry-mightydevops dmitry-mightydevops merged commit a656b4f into main Jul 16, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants