terraform-provider-vyos icon indicating copy to clipboard operation
terraform-provider-vyos copied to clipboard

[FAQ] - How to set an api key

Open gudge25 opened this issue 10 months ago • 1 comments

Can you please describe how to create a key for this I suppose some service should be enabled as well

provider "vyos" {
  url = "https://vyos.local"
  key = "xxxxxxxxx"
}

gudge25 avatar Apr 05 '24 23:04 gudge25

Read VyOS docs https://docs.vyos.io/en/latest/configuration/service/https.html

JonnyHaystack avatar Aug 20 '24 20:08 JonnyHaystack