Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Jan 9, 2025
1 parent 472cbb5 commit fecd3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/portal/portal.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ module "portal" {
storage = {
s3 = {
buffer_bucket = var.portal_buffer_bucket
//endpoint = local.s3_endpoint
endpoint = var.portal_buffer_endpoint
endpoint = local.s3_endpoint
//endpoint = var.portal_buffer_endpoint
region = var.portal_buffer_region
access_key = var.portal_buffer_access_key
secret_key = var.portal_buffer_secret_key
Expand Down

0 comments on commit fecd3d0

Please sign in to comment.