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

9 lines
369 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"