Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
pin AWS Terraform provider to v1.X
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Simmons <[email protected]>
  • Loading branch information
Daniel Jones authored and crsimmons committed Feb 13, 2019
1 parent 088c177 commit 5cf220f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resource/assets/aws/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ variable "hosted_zone_record_prefix" {
{{end}}

provider "aws" {
region = "{{ .Region }}"
region = "{{ .Region }}"
version = "~> 1.58"
}

resource "aws_key_pair" "default" {
Expand Down

0 comments on commit 5cf220f

Please sign in to comment.