Skip to content

Commit

Permalink
updated AWS provider to 4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ekozynin committed Aug 23, 2022
1 parent 683284b commit ae191f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 1.0"
required_version = "~> 1.2"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.63"
version = "~> 4.27"
}
}
}

0 comments on commit ae191f8

Please sign in to comment.