Specify working version, sadly the oldest version

This commit is contained in:
John Skiles Skinner
2024-07-16 13:55:29 -07:00
parent 2088a30b34
commit f6975724a8

View File

@@ -4,7 +4,7 @@ locals {
}
module "s3" {
source = "github.com/18f/terraform-cloudgov//s3"
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.1.0"
cf_api_url = local.cf_api_url
cf_user = var.cf_user
@@ -18,7 +18,3 @@ resource "cloudfoundry_service_key" "bucket_creds" {
name = "${local.s3_service_name}-access"
service_instance = module.s3.bucket_id
}
output "bucket_credentials" {
value = cloudfoundry_service_key.bucket_creds.credentials
}