Sample Terraform .tfvars File

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18

We will need a terraform.tfvars file with the following structure:

airbyte_client_id     = "your-airbyte-client-id-here"
airbyte_client_secret = "your-airbyte-client-secret-here"
workspace_id = "your-workspace-id-here"

# Teradata connection credentials
host     = "your-teradata-host-here"
username = "your-teradata-username-here"
password = "your-teradata-password-here"

# Google Sheets configuration
google_sheets_spreadsheet_id = "https://docs.google.com/spreadsheets/d/your-spreadsheet-id-here"
google_service_account_info = <<EOT
Your Google service account key
EOT