diane-fileserver/infra/terraform
evan.steele 5ca1185c90 initial commit 2025-04-05 23:16:43 -07:00
..
.gitignore initial commit 2025-04-05 23:16:43 -07:00
.terraform.lock.hcl initial commit 2025-04-05 23:16:43 -07:00
README.md initial commit 2025-04-05 23:16:43 -07:00
compute.tf initial commit 2025-04-05 23:16:43 -07:00
main.tf initial commit 2025-04-05 23:16:43 -07:00
registry.tf initial commit 2025-04-05 23:16:43 -07:00
storage.tf initial commit 2025-04-05 23:16:43 -07:00
variables.tf initial commit 2025-04-05 23:16:43 -07:00

README.md

REMEMBER TO ADD A FILE CALLED terraform.tfvars with the following options:

with the following options

region      = "europe-west1"
zone        = "europe-west1-b"
location    = "EU"
project     = "development-test-skeldon"
environment = "prod"
app_name    = "test-rest-api-app"

Then run terraform commands as usual.

Terraform commands could be:

terraform init # only the first time
terraform fmt # to format the code
terraform validate # to validate the code
terraform plan # to see what will be created
terraform apply # to create the infrastructure