workload/terraform/modules/netapp/main.tf (8 lines of code) (raw):

terraform { # In modules we should only specify the min version required_providers { azurerm = { source = "hashicorp/azurerm" version = ">= 3.18.0" } } }