Skip to content

Commit 4467165

Browse files
authored
fix: endpoint set to direct for VPC to COS in the fscloud submodule (#283)
* fix: endpoint set to direct for VPC to COS * chore: updated the comment message
1 parent 321229b commit 4467165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/fscloud/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module "cbr_zone_vpcs" {
180180

181181

182182
##############################################################################
183-
# Create CBR zones for each service
183+
# Create CBR rules for each service
184184
##############################################################################
185185

186186
locals {
@@ -205,7 +205,7 @@ locals {
205205
}],
206206
# Fs VPCs -> COS
207207
"cloud-object-storage" : [{
208-
endpointType : "private",
208+
endpointType : "direct",
209209
networkZoneIds : flatten([
210210
var.allow_vpcs_to_cos ? [local.cbr_zone_vpcs.zone_id] : []
211211
])

0 commit comments

Comments
 (0)