Skip to content

Commit

Permalink
Item: hitachienergy#58 Desc: Change template for AWS loging
Browse files Browse the repository at this point in the history
  • Loading branch information
erzetpe committed Mar 27, 2019
1 parent 6bf6262 commit 6e8014d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#####################################################

provider "aws" {
access_key = "{{ specification.cloud.service_principal.key }}"
secret_key = "{{ specification.cloud.service_principal.secret }}"
access_key = "{{ specification.cloud.credentials.key }}"
secret_key = "{{ specification.cloud.credentials.secret }}"
region = "{{ specification.cloud.region }}"
}

0 comments on commit 6e8014d

Please sign in to comment.