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

10 lines
177 B
Terraform
Raw Normal View History

terraform {
2024-06-25 14:25:32 -07:00
required_version = "~> 1.7"
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = "0.53.1"
}
}
}