Skip to content

Commit

Permalink
Upgrade AWS provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen committed Feb 18, 2021
1 parent 69182f2 commit 7b23f4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.28.0"
}

random = {
source = "hashicorp/random"
version = "3.0.0"
}

aws = {
source = "hashicorp/aws"
version = "~> 3.18"
}
}
}

0 comments on commit 7b23f4d

Please sign in to comment.