mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
fix bad provider (#2133)
Co-authored-by: Kenneth Kehl <@kkehl@flexion.us>
This commit is contained in:
@@ -2,8 +2,8 @@ terraform {
|
|||||||
required_version = "~> 1.7"
|
required_version = "~> 1.7"
|
||||||
required_providers {
|
required_providers {
|
||||||
cloudfoundry = {
|
cloudfoundry = {
|
||||||
source = "cloudfoundry-community/cloudfoundry"
|
source = "cloudfoundry/cloudfoundry"
|
||||||
version = "0.53.1"
|
version = "1.9.0"
|
||||||
}
|
}
|
||||||
cfcommunity = {
|
cfcommunity = {
|
||||||
source = "cloudfoundry-community/cloudfoundry"
|
source = "cloudfoundry-community/cloudfoundry"
|
||||||
|
|||||||
Reference in New Issue
Block a user