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

terraform: add data_import_env_vars to aws env #1205

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

alexeh
Copy link
Collaborator

@alexeh alexeh commented Dec 10, 2024

This pull request includes updates to the infrastructure/kubernetes setup, particularly focusing on updating provider versions and adding new environment variables. The most important changes include updating the versions and hashes of various Terraform providers and adding support for new environment variables for the data import container.

Provider Updates:

  • Updated the version and hashes for the kubectl provider (infrastructure/kubernetes/.terraform.lock.hcl).
  • Updated the version and hashes for the aws provider (infrastructure/kubernetes/.terraform.lock.hcl).
  • Updated the version and hashes for the github provider (infrastructure/kubernetes/.terraform.lock.hcl).
  • Updated the version and hashes for the google provider (infrastructure/kubernetes/.terraform.lock.hcl).
  • Updated the version and hashes for the helm provider (infrastructure/kubernetes/.terraform.lock.hcl).
  • Updated the version and hashes for the kubernetes provider (infrastructure/kubernetes/.terraform.lock.hcl).
  • Updated the version and hashes for the null provider (infrastructure/kubernetes/.terraform.lock.hcl).
  • Updated the version and hashes for the random provider (infrastructure/kubernetes/.terraform.lock.hcl).
  • Updated the version and hashes for the template provider (infrastructure/kubernetes/.terraform.lock.hcl).

Environment Variables:

  • Added support for data_import_env_vars in the aws_environment module (infrastructure/kubernetes/main.tf).
  • Updated k8s_data_import module to concatenate data_import_env_vars with existing environment variables (infrastructure/kubernetes/modules/aws/env/main.tf). [1] [2]
  • Added new variable data_import_env_vars to variables.tf (infrastructure/kubernetes/modules/aws/env/variables.tf).

Documentation:

  • Updated the README.md file in the data directory to improve formatting and readability of instructions for running the seed data importer.

Copy link

vercel bot commented Dec 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
landgriffon-client ⬜️ Ignored (Inspect) Dec 10, 2024 7:13am
landgriffon-cookie-traceability ⬜️ Ignored (Inspect) Dec 10, 2024 7:13am
landgriffon-marketing ⬜️ Ignored (Inspect) Dec 10, 2024 7:13am

@alexeh alexeh merged commit 764721c into dev Dec 10, 2024
5 checks passed
@alexeh alexeh deleted the chore/update-infra-for-data-import-env-vars branch December 30, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant