CiscoDevNet / terraform-provider-sdwan

Terraform Cisco SD-WAN Provider
https://registry.terraform.io/providers/CiscoDevNet/sdwan
Mozilla Public License 2.0
19 stars 12 forks source link

Add backticks around environment variable names #345

Closed dustindortch closed 1 month ago

dustindortch commented 1 month ago

The provider documentation doesn't highlight the environment variables for the provider block. Added backticks to bring attention to the option which is standard within most providers.

danischm commented 1 month ago

Thank you for your contribution! The provider.go is generated from this (https://github.com/CiscoDevNet/terraform-provider-sdwan/blob/main/gen/templates/provider.go) template. Please update the template and then run go generate. Thanks again!