Sha256: eaaba706cc0b8717ec4c41ba91c3c5f884a96c40ea660335aa6acbcf4f5142ba

Contents?: true

Size: 565 Bytes

Versions: 4

Compression:

Stored size: 565 Bytes

Contents

# Kite config
keypair_name = "<%= @values['kite']['keypair_name'] %>"
public_key = "<%= @values['kite']['public_key_path'] %>"
private_key = "<%= @values['kite']['private_key_path'] %>"

# Credentials
credentials = "<%= @values['gcp']['service_account'] %>"
project = "<%= @values['gcp']['project'] %>"
region = "<%= @values['gcp']['region'] %>"
zone = "<%= @values['gcp']['zone'] %>"

# Network Config
vpc_name = "<%= @values['gcp']['vpc_name'] %>"
platform_subnet_name = "<%= @values['gcp']['subnet_name'] %>"
subnet_cidr = "<%= @values['gcp']['subnet_cidr'] %>"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kite-0.2.0 tpl/gcp/terraform/terraform.tfvars.tt
kite-0.1.0 tpl/gcp/terraform/terraform.tfvars.tt
kite-0.0.9 tpl/gcp/terraform/terraform.tfvars.tt
kite-0.0.8 tpl/gcp/terraform/terraform.tfvars.tt