Skip to content

Commit

Permalink
Adds a sample file and missing variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Fitzsimmons committed Dec 10, 2017
1 parent 3731fd4 commit 1f264d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions provision.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
variable "aws_access_key" {}
variable "aws_secret_key" {}
variable "domain_name" {}
variable "zone_id" {}

provider "aws" {
region = "us-east-1"
Expand Down
6 changes: 6 additions & 0 deletions variables.tfvars.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"aws_access_key": "",
"aws_secret_key": "",
"zone_id": "",
"domain_name": "home.example.com"
}

0 comments on commit 1f264d9

Please sign in to comment.