mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 15:52:21 -05:00
10 lines
177 B
HCL
10 lines
177 B
HCL
terraform {
|
|
required_version = "~> 1.7"
|
|
required_providers {
|
|
cloudfoundry = {
|
|
source = "cloudfoundry-community/cloudfoundry"
|
|
version = "0.53.0"
|
|
}
|
|
}
|
|
}
|