mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 16:31:15 -05:00
10 lines
178 B
HCL
10 lines
178 B
HCL
terraform {
|
|
required_version = "~> 1.0"
|
|
required_providers {
|
|
cloudfoundry = {
|
|
source = "cloudfoundry-community/cloudfoundry"
|
|
version = "~> 0.15"
|
|
}
|
|
}
|
|
}
|