Skip to content

Commit e4ce8df

Browse files
committed
terraform/prod Upgrade Terraform to 0.15.5
Jira: OPS-1502
1 parent dfb27c9 commit e4ce8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/prod/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform 0.14.11
1+
terraform 0.15.5

terraform/prod/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ provider "aws" {
77
}
88

99
terraform {
10-
required_version = "~> 0.14.0"
10+
required_version = "~> 0.15.0"
1111
required_providers {
1212
aws = {
1313
source = "hashicorp/aws"

0 commit comments

Comments
 (0)