mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 07:48:26 -04:00
Added specific version of terrafor-cloudgov module
This commit is contained in:
@@ -4,7 +4,7 @@ locals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "s3" {
|
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_api_url = local.cf_api_url
|
||||||
cf_user = var.cf_user
|
cf_user = var.cf_user
|
||||||
@@ -18,7 +18,3 @@ resource "cloudfoundry_service_key" "bucket_creds" {
|
|||||||
name = "${local.s3_service_name}-access"
|
name = "${local.s3_service_name}-access"
|
||||||
service_instance = module.s3.bucket_id
|
service_instance = module.s3.bucket_id
|
||||||
}
|
}
|
||||||
|
|
||||||
output "bucket_credentials" {
|
|
||||||
value = cloudfoundry_service_key.bucket_creds.credentials
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user