Files
notifications-api/terraform/shared/egress_space/providers.tf
Cliff Hill ed9896fdce Updating the versions for things.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-03-08 11:37:36 -05:00

10 lines
177 B
HCL

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