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

Latest commit

 

History

History
34 lines (34 loc) · 1.09 KB

deployment.hcl.org

File metadata and controls

34 lines (34 loc) · 1.09 KB

#

#

template “mystudies” {

recipe_path = “./mystudies.hcl”

data = { prefix = “example” env = “dev” folder_id = “0000000000” billing_account = “XXXXXX-XXXXXX-XXXXXX” domain = “example.com” default_location = “us-central1” default_zone = “a” github_owner = “GoogleCloudPlatform” github_repo = “example” github_branch = “master”

master_authorized_networks = [ { cidr_block = “0.0.0.0/0” display_name = “Example diplay name” }, ] } }