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 f41e782 commit 850c033
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
source = "hashicorp/random"
version = "~> 2.0"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit 850c033

Please sign in to comment.