Skip to content

Commit

Permalink
Add explicit provider to beta example (#3779)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored Jul 23, 2020
1 parent 233d03c commit d861240
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resource "google_filestore_instance" "<%= ctx[:primary_resource_id] %>" {
provider = google-beta
name = "<%= ctx[:vars]["instance_name"] %>"
zone = "us-central1-b"
tier = "BASIC_SSD"
Expand Down

0 comments on commit d861240

Please sign in to comment.