Files
notifications-api/terraform/shared/egress_space/providers.tf

10 lines
177 B
Terraform
Raw Normal View History

2022-11-04 16:37:32 -04:00
terraform {
required_version = "~> 1.7"
2022-11-04 16:37:32 -04:00
required_providers {
cloudfoundry = {
2022-12-22 08:57:16 -05:00
source = "cloudfoundry-community/cloudfoundry"
version = "0.53.1"
2022-11-04 16:37:32 -04:00
}
}
}