Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4830260

Browse filesBrowse files
committed
pins aws provider to < 3.0
1 parent b565a86 commit 4830260
Copy full SHA for 4830260

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎env/dev/main.tf

Copy file name to clipboardExpand all lines: env/dev/main.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "aws_profile" {
1414
}
1515

1616
provider "aws" {
17-
version = ">= 2.27.0"
17+
version = ">= 2.27.0, < 3.0.0"
1818
region = var.region
1919
profile = var.aws_profile
2020
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.