Skip to content

Commit bef6c5a

Browse files
Fix service_attachment example to use server-generated ip address (#7529) (#14089)
Signed-off-by: Modular Magician <[email protected]>
1 parent 79430de commit bef6c5a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.changelog/7529.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/resource_compute_service_attachment_generated_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ resource "google_compute_address" "psc_ilb_consumer_address" {
184184
185185
subnetwork = "default"
186186
address_type = "INTERNAL"
187-
address = "10.168.1.17"
188187
}
189188
190189
resource "google_compute_forwarding_rule" "psc_ilb_consumer" {

website/docs/r/compute_service_attachment.html.markdown

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ resource "google_compute_address" "psc_ilb_consumer_address" {
151151
152152
subnetwork = "default"
153153
address_type = "INTERNAL"
154-
address = "10.168.1.17"
155154
}
156155
157156
resource "google_compute_forwarding_rule" "psc_ilb_consumer" {

0 commit comments

Comments
 (0)