sless-primer/PG_TEST
Repinoid 333093ab6c Add PG_TEST example - PostgreSQL testing suite
Example Terraform configuration for testing PostgreSQL integration:
- main.tf: VPC and database setup
- postgres.tf: Database resource definitions
- outputs.tf: Output values for connection
- test_basic.sh: Basic connectivity tests
- test_lifecycle.sh: Full lifecycle testing
- terraform.tfvars.example: Configuration template
- .gitignore: Ignore sensitive data and terraform artifacts
2026-04-04 08:38:55 +03:00
..
.gitignore Add PG_TEST example - PostgreSQL testing suite 2026-04-04 08:38:55 +03:00
main.tf Add PG_TEST example - PostgreSQL testing suite 2026-04-04 08:38:55 +03:00
outputs.tf Add PG_TEST example - PostgreSQL testing suite 2026-04-04 08:38:55 +03:00
postgres.tf Add PG_TEST example - PostgreSQL testing suite 2026-04-04 08:38:55 +03:00
terraform.tfvars.example Add PG_TEST example - PostgreSQL testing suite 2026-04-04 08:38:55 +03:00
test_basic.sh Add PG_TEST example - PostgreSQL testing suite 2026-04-04 08:38:55 +03:00
test_lifecycle.sh Add PG_TEST example - PostgreSQL testing suite 2026-04-04 08:38:55 +03:00