Skip to content

Commit 4bfbc8a

Browse files
authored
Merge pull request #40 from oavdeev/unpin-aws-provider-version
unpin aws provider version
2 parents cc3173a + 6fc9293 commit 4bfbc8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/terraform/modules/metaflow/modules/computation/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 3.38.0"
5+
version = ">= 3.38.0"
66
}
77
}
88
required_version = ">= 0.13"

aws/terraform/modules/metaflow/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
# hard coding values and avoid self referential issues when attempting to get the `aws_api_gateway_rest_api`'s
77
# id for writing the policy. Previously we wrote the policy inline which is the old style. We're jumping from `v3.7.0`
88
# `v3.16.0` which is only a minor upgrade.
9-
version = "~> 3.38.0"
9+
version = ">= 3.38.0"
1010
}
1111
}
1212
required_version = ">= 0.13"

0 commit comments

Comments
 (0)