https://github.com/asolis2/azure-terraform-projects
https://github.com/asolis2/azure-terraform-projects
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asolis2/azure-terraform-projects
- Owner: ASolis2
- License: other
- Created: 2025-05-21T15:18:50.000Z (11 months ago)
- Default Branch: project-22
- Last Pushed: 2025-06-03T19:53:04.000Z (11 months ago)
- Last Synced: 2025-06-04T01:08:16.185Z (11 months ago)
- Language: HCL
- Size: 52.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Project 22 – Azure PostgreSQL Basic (Simulated Plan)
## Purpose
Simulate a basic PostgreSQL server deployment using Terraform with default settings. No real resources are provisioned — this validates logic and structure offline in WSL.
## What It Includes
- Terraform files to provision:
- Azure Resource Group
- Azure PostgreSQL Server (Basic Tier)
- Variables for customization
- Output for PostgreSQL FQDN
## Terraform Workflow
```bash
terraform init
terraform validate
terraform plan
```
## Screenshot
