Skip to content

Commit

Permalink
Update instance-api.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongye77 authored Jan 10, 2020
1 parent 880808e commit 9eb4578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/instance-api.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "aws" {
region = "eu-west-1"
shared_credentials_file = "/Users/gkohli/.aws/credentials"
region = "ap-south-1"
shared_credentials_file = "/var/lib/jenkins/.aws/credentials"
}

data "template_file" "api-shell-script" {
Expand Down

0 comments on commit 9eb4578

Please sign in to comment.