terraform.tfvars.example 337 B

12345678910111213
  1. # Example terraform.tfvars for minimal GCP Vertex AI deployment
  2. # Copy this file to terraform.tfvars and customize as needed
  3. # GCP Configuration
  4. project_id = "your-gcp-project-id"
  5. region = "us-central1"
  6. # Project Configuration
  7. project_name = "my-llama-api"
  8. environment = "dev"
  9. # Storage Configuration
  10. artifact_retention_days = 30