Skip to content

Commit 09c9dae

Browse files
Remove redundant resource.TestStep (#10970) (#7552)
[upstream:a54f94786cdf00542ad2c31bf2419255b8929e47] Signed-off-by: Modular Magician <[email protected]>
1 parent 148c195 commit 09c9dae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/10970.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/compute/resource_compute_region_instance_template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3357,7 +3357,7 @@ resource "google_compute_region_instance_template" "foobar" {
33573357
automatic_restart = false
33583358
provisioning_model = "SPOT"
33593359
instance_termination_action = "DELETE"
3360-
max_run_duration {
3360+
max_run_duration {
33613361
nanos = 123
33623362
seconds = 60
33633363
}

0 commit comments

Comments
 (0)