kubernetes-the-hard-way/codes/provider.tf

4 lines
55 B
Terraform
Raw Normal View History

2020-08-28 13:06:10 +03:00
provider "google" {
project = "handy-cache-287800"
}