Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Pin AWS provider version
Browse files Browse the repository at this point in the history
Avoid jumping to 3.x where breaking changes need to be addressed.

See GSA/data.gov#2032
  • Loading branch information
adborden committed Aug 13, 2020
1 parent dac6d36 commit 8ac275c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sandbox/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
provider "aws" {
region = "us-east-1"
# TODO https://github.com/GSA/datagov-deploy/issues/2032
version = "2.70.0"
}

terraform {
Expand Down

0 comments on commit 8ac275c

Please sign in to comment.