terraform.tfvars.example 342 B

123456789101112
  1. # Example terraform.tfvars for minimal Amazon Bedrock deployment
  2. # Copy this file to terraform.tfvars and customize as needed
  3. # AWS Configuration
  4. aws_region = "us-east-1"
  5. # Project Configuration
  6. project_name = "my-llama-api"
  7. environment = "dev"
  8. # IAM User (optional)
  9. create_user = false # Set to true if you need programmatic access keys