#
#
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” }, ] } }