File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
network_connectivity_regional_endpoint_global_access
network_connectivity_regional_endpoint_regional_access Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ resource "google_compute_subnetwork" "my_subnetwork" {
13
13
resource "google_network_connectivity_regional_endpoint" "default" {
14
14
name = " my-rep-${ local . name_suffix } "
15
15
location = " us-central1"
16
- target_google_api = " boqcodelabjaimin-pa .us-central1.p.rep.googleapis.com"
16
+ target_google_api = " storage .us-central1.p.rep.googleapis.com"
17
17
access_type = " GLOBAL"
18
18
address = " 192.168.0.4"
19
19
network = google_compute_network. my_network . id
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ resource "google_compute_subnetwork" "my_subnetwork" {
13
13
resource "google_network_connectivity_regional_endpoint" "default" {
14
14
name = " my-rep-${ local . name_suffix } "
15
15
location = " us-central1"
16
- target_google_api = " boqcodelabjaimin-pa .us-central1.p.rep.googleapis.com"
16
+ target_google_api = " storage .us-central1.p.rep.googleapis.com"
17
17
access_type = " REGIONAL"
18
18
address = " 192.168.0.5"
19
19
network = google_compute_network. my_network . id
20
20
subnetwork = google_compute_subnetwork. my_subnetwork . id
21
- description = " My RegionalEndpoint targeting Google API boqcodelabjaimin-pa .us-central1.p.rep.googleapis.com"
21
+ description = " My RegionalEndpoint targeting Google API storage .us-central1.p.rep.googleapis.com"
22
22
labels = {env = " default" }
23
23
}
You can’t perform that action at this time.
0 commit comments