11 lines
No EOL
316 B
Text
11 lines
No EOL
316 B
Text
# Terraform variables for Accessible Video Platform
|
|
# Copy this file to terraform.tfvars and fill in your values
|
|
|
|
project_id = "your-gcp-project-id"
|
|
region = "us-central1"
|
|
environment = "prod"
|
|
|
|
# Example values:
|
|
# project_id = "accessible-video-platform"
|
|
# region = "us-central1"
|
|
# environment = "prod" |