We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc3173a + 6fc9293 commit 4bfbc8aCopy full SHA for 4bfbc8a
aws/terraform/modules/metaflow/modules/computation/versions.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
aws = {
4
source = "hashicorp/aws"
5
- version = "~> 3.38.0"
+ version = ">= 3.38.0"
6
}
7
8
required_version = ">= 0.13"
aws/terraform/modules/metaflow/versions.tf
@@ -6,7 +6,7 @@ terraform {
# hard coding values and avoid self referential issues when attempting to get the `aws_api_gateway_rest_api`'s
# id for writing the policy. Previously we wrote the policy inline which is the old style. We're jumping from `v3.7.0`
# `v3.16.0` which is only a minor upgrade.
9
10
11
12
0 commit comments