Terraform
Getting Started
terraform { required_providers { pf9 = { source = "platform9/pf9" version = "0.1.4" } } } provider "pf9" { # Configuration options }Last updated
Was this helpful?
terraform { required_providers { pf9 = { source = "platform9/pf9" version = "0.1.4" } } } provider "pf9" { # Configuration options }Last updated
Was this helpful?
Was this helpful?