Files

36 lines
988 B
Plaintext

# Example terraform.tfvars file for Syslog Solution LLC AWS Organization
# Copy this file to terraform.tfvars and update the values
# AWS Configuration
aws_region = "us-east-1"
aws_profile = "syslog-business" # AWS CLI profile to use
# Organization Details
organization_name = "Syslog Solution LLC"
# Account Emails
dev_account_email = "jerome+dev@sysloggh.com"
staging_account_email = "jerome+staging@sysloggh.com"
# Billing Configuration
billing_alert_email = "jerome@sysloggh.com"
monthly_spend_threshold = 100 # USD
# Environment Tags
environment = "management"
project_name = "Syslog Solution LLC"
# Terraform Backend Configuration (optional)
enable_s3_backend = false
s3_backend_bucket = "syslog-terraform-state"
s3_backend_region = "us-east-1"
enable_dynamodb_lock = false
dynamodb_lock_table = "terraform-locks"
# Additional Tags
tags = {
BusinessUnit = "Infrastructure"
CostCenter = "1001"
DataClassification = "Internal"
Compliance = "SOC2"
}