revert bootstrap and demo

This commit is contained in:
Kenneth Kehl
2025-10-16 13:54:24 -07:00
parent 9941170ad6
commit caa6953023
4 changed files with 20 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ locals {
}
module "s3" {
source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v2.4.0"
source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v1.0.0"
cf_org_name = "gsa-tts-benefits-studio"
cf_space_name = "notify-management"

View File

@@ -2,15 +2,15 @@ terraform {
required_version = "~> 1.7"
required_providers {
cloudfoundry = {
source = "cloudfoundry/cloudfoundry"
version = "1.9.0"
source = "cloudfoundry-community/cloudfoundry"
version = "0.53.1"
}
}
}
provider "cloudfoundry" {
api_url = "https://api.fr.cloud.gov"
user = var.cf_user
password = var.cf_password
# app_logs_max = 30
api_url = "https://api.fr.cloud.gov"
user = var.cf_user
password = var.cf_password
app_logs_max = 30
}