Files
notifications-api/terraform/shared/ses/providers.tf
T

10 lines
177 B
Terraform
Raw Normal View History

2022-10-17 15:16:08 -04:00
terraform {
required_version = "~> 1.7"
2022-10-17 15:16:08 -04:00
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = "0.53.1"
2022-10-17 15:16:08 -04:00
}
}
}