13 lines
472 B
Text
13 lines
472 B
Text
# Copy this file to terraform.tfvars and fill in your values
|
|
edge_connect_endpoint = "https://api.edge-connect.example.com"
|
|
|
|
# Option 1: Use token-based authentication
|
|
edge_connect_token = "your-api-token-here"
|
|
|
|
# Option 2: Use username/password authentication (uncomment and fill in)
|
|
# edge_connect_username = "your-username"
|
|
# edge_connect_password = "your-password"
|
|
|
|
# Data source lookup IDs
|
|
app_id = "my-existing-app"
|
|
app_instance_id = "my-existing-instance"
|