Enhance Azure example configurations: add subscription_id and tenant_id variables, update terraform.tfvars.example, and refine .gitignore for tfplan files
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# Keep secrets - psk here - out of any tracked file: set them with
|
||||
# TF_VAR_psk or in a git-ignored *.auto.tfvars instead.
|
||||
|
||||
subscription_id = "00000000-0000-0000-0000-000000000000"
|
||||
location = "westeurope"
|
||||
name = "vpn-router-example"
|
||||
admin_ssh_public_key = "ssh-ed25519 AAAA... you@example.com"
|
||||
|
||||
Reference in New Issue
Block a user