Skip to content

Commit 8c140f6

Browse files
author
Bhavik Kumar
committed
Update terraform provider to 2.36.0
1 parent e4f25f6 commit 8c140f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/terraform/ecr/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ locals {
1515

1616
provider "aws" {
1717
region = var.aws_default_region
18-
version = "~> 2.11.0"
18+
version = "~> 2.36.0"
1919
profile = var.profile
2020

2121
allowed_account_ids = [

deployment/terraform/ecs-service/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ locals {
1616

1717
provider "aws" {
1818
region = var.aws_default_region
19-
version = "~> 2.11.0"
19+
version = "~> 2.36.0"
2020
profile = var.profile
2121

2222
allowed_account_ids = [

0 commit comments

Comments
 (0)