Skip to content

Commit

Permalink
Remove comments and update quotas
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Dec 20, 2023
1 parent 56f1dcc commit 3370423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/shared/modules/env/logshipper.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ locals {
module "cg-logshipper" {
source = "../cg-logshipper"
name = local.logshipper_name
cf_org_name = var.cf_org_name # gsa-tts-oros-fac
cf_space_name = var.cf_space_name # eg prod
cf_org_name = var.cf_org_name
cf_space_name = var.cf_space_name
https_proxy = module.https-proxy.https_proxy
logshipper_instances = 1
logshipper_memory = 1046
disk_quota = 512
logshipper_memory = 256
disk_quota = 256
new_relic_id = cloudfoundry_user_provided_service.credentials.id
}

Expand Down

0 comments on commit 3370423

Please sign in to comment.