mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-14 15:12:50 -05: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_providers {
|
||||
cloudfoundry = {
|
||||
source = "cloudfoundry-community/cloudfoundry"
|
||||
version = "0.53.1"
|
||||
source = "cloudfoundry/cloudfoundry"
|
||||
version = "1.9.0"
|
||||
}
|
||||
cfcommunity = {
|
||||
source = "cloudfoundry-community/cloudfoundry"
|
||||
|
||||
Reference in New Issue
Block a user