Files
notifications-admin/terraform/shared/container_networking/providers.tf

10 lines
166 B
Terraform
Raw Normal View History

terraform {
2024-06-25 14:25:32 -07:00
required_version = "~> 1.7"
required_providers {
cloudfoundry = {
2025-10-15 10:12:18 -07:00
source = "cloudfoundry/cloudfoundry"
version = "1.9.0"
}
}
}