Skip to content

Commit 8a20816

Browse files
committed
Add terraform configuration
1 parent 18ac19d commit 8a20816

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

terraform.tf

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
terraform {
2+
required_version = ">= 0.13.0"
3+
4+
required_providers {
5+
google = {
6+
source = "hashicorp/google"
7+
version = ">= 3.50.0"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)