8 lines
306 B
Text
8 lines
306 B
Text
# Copy this file to terraform.tfvars and fill in your values
|
|
|
|
# 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"
|