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

9 lines
306 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
2025-11-11 15:35:39 +01:00
# Option 1: Use token-based authentication
2025-11-11 15:32:09 +01:00
edge_connect_token = "your-api-token-here"
2025-11-11 15:35:39 +01:00
# Option 2: Use username/password authentication (uncomment and fill in)
# edge_connect_username = "your-username"
# edge_connect_password = "your-password"