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.0"
required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
2024-01-30 09:25:05 -05:00
version = "0.53.0"
2022-10-17 15:16:08 -04:00
}
}
}