- Notifications
You must be signed in to change notification settings - Fork0
Comparing changes
Open a pull request
base repository:postgres-ai/postgres_ai
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:postgres-ai/postgres_ai
Uh oh!
There was an error while loading.Please reload this page.
compare:feature/terraform_module
Uh oh!
There was an error while loading.Please reload this page.
- 18commits
- 12files changed
- 1contributor
Commits on Oct 7, 2025
feat: Add Terraform modules for AWS deployment
bogdan-ts committedOct 7, 2025 chore: Add .gitignore for AWS Terraform module
bogdan-ts committedOct 7, 2025 docs: Create initial AWS deployment README
bogdan-ts committedOct 7, 2025 docs: Create quick start guide for AWS deployment
bogdan-ts committedOct 7, 2025 feat: Define core AWS infrastructure with Terraform
bogdan-ts committedOct 7, 2025 feat: Expose key deployment outputs
bogdan-ts committedOct 7, 2025 docs: Provide example Terraform variables
bogdan-ts committedOct 7, 2025 feat: Implement user data script for initial setup
bogdan-ts committedOct 7, 2025 feat: Define Terraform input variables
bogdan-ts committedOct 7, 2025 chore: remove EC2 instance type comments from terraform.tfvars.example
bogdan-ts committedOct 7, 2025 feat: Allow Grafana password to be configurable via env var
bogdan-ts committedOct 7, 2025 chore: Reduce default instance size and EBS volume
bogdan-ts committedOct 7, 2025 docs: Simplify terraform configuration, remove grafana_password
bogdan-ts committedOct 7, 2025
Commits on Oct 8, 2025
Apply 1 suggestion(s) to 1 file(s)
bogdan-ts committedOct 8, 2025 Enables configurable EBS volume types
Allows users to specify different EBS volume typesfor both the root and data volumes, providing flexibilityand cost optimization.Adds a validation script to verify the Terraform configurationand required variables.
bogdan-ts committedOct 8, 2025 Merge remote-tracking branch 'origin/feature/terraform_module' into f…
…eature/terraform_module
bogdan-ts committedOct 8, 2025
Commits on Oct 9, 2025
Adds dynamic instance configuration
Enables dynamic configuration of monitored instances using a template file.This allows for easier management of monitored PostgreSQL instances by defining them in a variable.Also updates documentation with instructions for adding new monitoring instances.
bogdan-ts committedOct 9, 2025 Clarifies deployment output instructions
Updates deployment instructions in Terraform output.Improves clarity by referencing terraform.tfvars for sensitive valuesand adding a command to display detailed deployment information.
bogdan-ts committedOct 9, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...feature/terraform_module
Uh oh!
There was an error while loading.Please reload this page.