Skip to content

feat: update AWS provider versions, add WEB_CONCURRENCY env var, and …#34

Closed
alismx wants to merge 2 commits intomainfrom
alis/fhirfix
Closed

feat: update AWS provider versions, add WEB_CONCURRENCY env var, and …#34
alismx wants to merge 2 commits intomainfrom
alis/fhirfix

Conversation

@alismx
Copy link
Copy Markdown
Collaborator

@alismx alismx commented Jun 17, 2025

Changes Proposed

  • Added a .gitignore file to exclude Terraform temporary directories and files.
  • Updated the README to reflect new provider versions for aws.
  • Modified the _local.tf file to set an environment variable (WEB_CONCURRENCY) for the fhir-converter service based on the CPU value, allowing dynamic scaling worker count.
  • Introduced a new graph.png file generated by Terraform to visualize resource dependencies.
  • Updated the tfutil.sh script to create the graph.png by piping Terraform’s graph output through dot.

Additional Information

  • The WEB_CONCURRENCY variable calculation uses a floor division based on CPU allocation, defaulting to 1 if not provided because the default vcpu is 512.

…generate terraform graph

- Add .terraform file patterns to .gitignore
- Configure WEB_CONCURRENCY in _local.tf based on autoscaling settings
- Generate updated terraform dependency graph in tfutil.sh and output as graph.png
Add a WEB_CONCURRENCY environment variable to fhir-converter, ingestion, validation, trigger-code-reference, message-parser, and orchestration. Update the value expression to derive from the CPU setting with a default of 2.
@alismx alismx closed this Jun 27, 2025
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