Skip to content

Commit

Permalink
working on testing pipline step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Roberts committed Dec 20, 2016
1 parent 2d71af6 commit 7802808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stage('test') {
region: 'us-west-1'
)
sh "yes | ssh-keygen -q -t rsa -f jenkins_testing -N ''"
terraform "apply -var key_name=jenkins-testing -var public_key_path=jenkins_tesing.pub -var aws_ami=${ami_id()}"
terraform "apply -var key_name=jenkins-testing -var public_key_path=jenkins_testing.pub -var aws_ami=${ami_id()}"
}
}

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DESCRIPTION
}

variable "credentials_file" {
default = "~/./aws/credentials"
default = "~/.aws/credentials"
}

variable "profile" {
Expand Down

0 comments on commit 7802808

Please sign in to comment.