terraform: add data_import_env_vars to aws env #1205
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
kubectl
provider (infrastructure/kubernetes/.terraform.lock.hcl
).aws
provider (infrastructure/kubernetes/.terraform.lock.hcl
).github
provider (infrastructure/kubernetes/.terraform.lock.hcl
).google
provider (infrastructure/kubernetes/.terraform.lock.hcl
).helm
provider (infrastructure/kubernetes/.terraform.lock.hcl
).kubernetes
provider (infrastructure/kubernetes/.terraform.lock.hcl
).null
provider (infrastructure/kubernetes/.terraform.lock.hcl
).random
provider (infrastructure/kubernetes/.terraform.lock.hcl
).template
provider (infrastructure/kubernetes/.terraform.lock.hcl
).Environment Variables:
data_import_env_vars
in theaws_environment
module (infrastructure/kubernetes/main.tf
).k8s_data_import
module to concatenatedata_import_env_vars
with existing environment variables (infrastructure/kubernetes/modules/aws/env/main.tf
). [1] [2]data_import_env_vars
tovariables.tf
(infrastructure/kubernetes/modules/aws/env/variables.tf
).Documentation:
README.md
file in thedata
directory to improve formatting and readability of instructions for running the seed data importer.