Skip to content

Commit

Permalink
Fix node type in region_from_id acc test (#10177) (#17569)
Browse files Browse the repository at this point in the history
[upstream:d1fbbd6b999a319e5aaafabbb3b6261c9dccdf93]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 13, 2024
1 parent e54b848 commit 733b304
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/10177.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 2 additions & 0 deletions google/functions/region_from_id_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ terraform {
resource "google_compute_node_template" "default" {
name = "%{resource_name}"
node_type = "n1-node-96-624"
}
output "%{output_name}" {
Expand All @@ -83,6 +84,7 @@ terraform {
resource "google_compute_node_template" "default" {
name = "%{resource_name}"
node_type = "n1-node-96-624"
}
output "%{output_name}" {
Expand Down

0 comments on commit 733b304

Please sign in to comment.