Skip to content

Commit

Permalink
Pin provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgh committed Oct 5, 2020
1 parent 384dd15 commit e761623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = "~> 3.0"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit e761623

Please sign in to comment.