mirror of
https://github.com/ryboe/private-ip-cloud-sql-db.git
synced 2025-12-19 10:00:37 -05:00
* Upgrade provider plugins to latest release * Improve README instructions * Convert locals in main.tf to vars * Add output for db proxy public IP to make connecting easier * Add plan and crash.log to .gitignore * Move backend config to backend.tf * Move provider config to providers.tf * Move required_versions to versions.tf
9 lines
137 B
HCL
9 lines
137 B
HCL
terraform {
|
|
backend "remote" {
|
|
organization = "studybeast-org"
|
|
workspaces {
|
|
name = "private-ip-cloud-sql-db"
|
|
}
|
|
}
|
|
}
|