Skip to content

Commit ffe9149

Browse files
authored
test: enable private endpoints in existing event notification test instance (#283)
* test: privatize en instance * test: privatize en instance
1 parent 52a278d commit ffe9149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/existing-resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module "event_notifications" {
2121
name = "${var.prefix}-en"
2222
tags = var.resource_tags
2323
plan = "lite"
24-
service_endpoints = "public"
24+
service_endpoints = "public-and-private"
2525
region = var.region
2626
}
2727

0 commit comments

Comments
 (0)