Files
notifications-admin/terraform/shared/container_networking/providers.tf
2022-12-22 08:38:06 -05:00

10 lines
178 B
HCL

terraform {
required_version = "~> 1.0"
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = "~> 0.15"
}
}
}