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" {
1313resource "google_network_connectivity_regional_endpoint" "default" {
1414 name = " my-rep-${ local . name_suffix } "
1515 location = " us-central1"
16- target_google_api = " storage.us-central1.p. rep.googleapis.com"
16+ target_google_api = " storage.us-central1.rep.googleapis.com"
1717 access_type = " GLOBAL"
1818 address = " 192.168.0.4"
1919 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" {
1313resource "google_network_connectivity_regional_endpoint" "default" {
1414 name = " my-rep-${ local . name_suffix } "
1515 location = " us-central1"
16- target_google_api = " storage.us-central1.p. rep.googleapis.com"
16+ target_google_api = " storage.us-central1.rep.googleapis.com"
1717 access_type = " REGIONAL"
1818 address = " 192.168.0.5"
1919 network = google_compute_network. my_network . id
2020 subnetwork = google_compute_subnetwork. my_subnetwork . id
21- description = " My RegionalEndpoint targeting Google API storage.us-central1.p. rep.googleapis.com"
21+ description = " My RegionalEndpoint targeting Google API storage.us-central1.rep.googleapis.com"
2222 labels = {env = " default" }
2323}
You can’t perform that action at this time.
0 commit comments