Skip to content

Commit 05c650a

Browse files
authored
Workaround for AWS provider SHA error (#867)
* Workaround for hashicorp/terraform-provider-aws#39676 * Fixed lint error
1 parent 6f6c1b8 commit 05c650a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/deployment_ec2_instance/provider.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ terraform {
88
}
99

1010
aws = {
11-
source = "hashicorp/aws"
11+
source = "hashicorp/aws"
12+
version = "~> 5.45, != 5.71.0"
1213
}
1314
}
1415
}

0 commit comments

Comments
 (0)