Skip to content

Commit 20df534

Browse files
committed
DOPS-101 Sync terraform and aws versions with main project
Use the same versions of terraform and aws provider in bootstrap as the main project. This avoids any tricky version mismatch. TODO Update terraform and aws to latest
1 parent f9d41ca commit 20df534

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

terraform/bootstrap/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.16"
5+
version = "~> 1.57"
66
}
77
}
8-
9-
required_version = "~> 1.2.0"
108
}
119

1210
provider "aws" {

0 commit comments

Comments
 (0)