Skip to content

Commit

Permalink
feat: update version,tf
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Sep 27, 2023
1 parent de8639f commit 5c68a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _example/anomaly_example/versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform version
terraform {
required_version = ">= 1.5.5"
required_version = ">= 1.5.7"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.13.1"
version = ">= 5.18.1"
}
}
}

0 comments on commit 5c68a44

Please sign in to comment.