Manage infrastructure as code with the Terraform provider
terraform { required_providers { latitudesh = { source = "latitudesh/latitudesh" version = "~> 2.7.1" } } } provider "latitudesh" { api_key = var.latitudesh_api_key }
Was this page helpful?