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

10 lines
178 B
Terraform
Raw Normal View History

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