Skip to content

Commit

Permalink
Add RegionTargetHttp(s)Proxy, RegionSslCertificate to compute
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
Ty Larrabee authored and modular-magician committed Sep 25, 2019
1 parent b383764 commit 83d11db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions google/resource_compute_region_target_http_proxy_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package google
1 change: 1 addition & 0 deletions google/resource_compute_region_target_https_proxy_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package google
11 changes: 4 additions & 7 deletions website/docs/r/compute_subnetwork.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,9 @@ provider "google-beta"{


```hcl
provider "google-beta" {
region = "us-central1"
zone = "us-central1-a"
}
resource "google_compute_subnetwork" "network-for-l7lb" {
provider = "google-beta"
provider = "google-beta"
name = "l7lb-test-subnetwork"
ip_cidr_range = "10.0.0.0/22"
region = "us-central1"
Expand All @@ -138,7 +134,8 @@ resource "google_compute_subnetwork" "network-for-l7lb" {
}
resource "google_compute_network" "custom-test" {
provider = "google-beta"
provider = "google-beta"
name = "l7lb-test-network"
auto_create_subnetworks = false
}
Expand Down

0 comments on commit 83d11db

Please sign in to comment.