terraform-provider-edge-con.../examples/complete/terraform.tfvars.example

10 lines
369 B
Text
Raw Normal View History

2025-11-11 15:32:09 +01:00
# Copy this file to terraform.tfvars and fill in your values
edge_connect_endpoint = "https://api.edge-connect.example.com"
2025-11-11 15:35:39 +01:00
# 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"