Files
notifications-api/terraform/shared/ses/providers.tf
Kenneth Kehl f447f2b962 revert
2025-10-24 09:29:20 -07:00

10 lines
177 B
HCL

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