Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
dev/#78: add google_cloud_strage.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
hkak03key committed Feb 29, 2020
1 parent a2a0924 commit 19ef2c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/modules/resources/google_cloud_strage.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

resource "google_storage_bucket" "gcf_code" {
name = "${var.project}-gcf-code"
location = "us-west1"
}

0 comments on commit 19ef2c6

Please sign in to comment.