Initial commit
This commit is contained in:
10
templates/terraform/terraform.tfvars.erb
Normal file
10
templates/terraform/terraform.tfvars.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
credentials = "<%= @config['terraform']['credentials'] %>"
|
||||
project = "<%= @config['terraform']['project'] %>"
|
||||
region = "<%= @config['terraform']['region'] %>"
|
||||
zone = "<%= @config['terraform']['zone'] %>"
|
||||
ssh_user = "deploy"
|
||||
ssh_public_key = "../config/secrets/app.key.pub"
|
||||
ssh_private_key = "../config/secrets/app.key"
|
||||
instance_name = "<%= @config['terraform']['instance_name'] %>"
|
||||
machine_type = "<%= @config['terraform']['machine_type'] %>"
|
||||
image = "<%= @config['terraform']['image'] %>"
|
||||
Reference in New Issue
Block a user