Skip to content

Commit

Permalink
set provider to ga for a test (#4857) (#3323)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jun 9, 2021
1 parent 37c17dd commit e303da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/4857.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
1 change: 0 additions & 1 deletion google-beta/resource_memcache_instance_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func testAccMemcacheInstance_memcacheInstanceBasicExample(context map[string]int
// config, add an additional network resource or change
// this from "data"to "resource"
data "google_compute_network" "memcache_network" {
provider = google-beta
name = "%{network_name}"
}
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/memcache_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ To get more information about Instance, see:
// config, add an additional network resource or change
// this from "data"to "resource"
data "google_compute_network" "memcache_network" {
provider = google-beta
name = "test-network"
}
Expand Down

0 comments on commit e303da7

Please sign in to comment.