Skip to content

Commit

Permalink
Merge pull request #6 from gridai/random-v3
Browse files Browse the repository at this point in the history
Upgraded random provider to ~> 3
  • Loading branch information
nicolai86 committed Jun 24, 2022
2 parents ae2916d + 015dc5e commit 6fdce2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
aws = "~>3"
random = "~>2"
random = "~>3"
}
required_version = ">= 0.15"
}

0 comments on commit 6fdce2f

Please sign in to comment.