Skip to content

Commit

Permalink
Workaround for AWS provider SHA error (#867)
Browse files Browse the repository at this point in the history
* Workaround for hashicorp/terraform-provider-aws#39676

* Fixed lint error
  • Loading branch information
GeorgeGkinis authored Oct 11, 2024
1 parent 6f6c1b8 commit 05c650a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/deployment_ec2_instance/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ terraform {
}

aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = "~> 5.45, != 5.71.0"
}
}
}
Expand Down

0 comments on commit 05c650a

Please sign in to comment.