Skip to content

Commit

Permalink
feat: added security-group-rule in ec2 module
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Sep 27, 2023
1 parent 2c9fb80 commit de8639f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 de8639f

Please sign in to comment.