File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ module "event_notification" {
129129 cos_bucket_name = module. cos . buckets [local . bucket_name ]. bucket_name
130130 cos_instance_id = module. cos . cos_instance_crn
131131 skip_en_cos_auth_policy = false
132- cos_endpoint = " https://${ module . cos . buckets [local . bucket_name ]. s3_endpoint_private } "
132+ cos_endpoint = " https://${ module . cos . buckets [local . bucket_name ]. s3_endpoint_direct } "
133133 cbr_rules = [
134134 {
135135 description = " ${ var . prefix } -event notification access from vpc and schematics"
Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-res
3535// Current supported EN region
3636var validRegions = []string {
3737 "us-south" ,
38- // Error occurring specific to eu-de/eu-de regions, see https://github.com/IBM-Cloud/terraform-provider-ibm/issues/6221
39- // "eu-de",
40- // "eu-es",
38+ "eu-de" ,
39+ "eu-es" ,
4140 "eu-gb" ,
4241 "au-syd" ,
4342}
You can’t perform that action at this time.
0 commit comments