Skip to content

Commit

Permalink
Merge pull request #11 from clouddrove/MAN-92
Browse files Browse the repository at this point in the history
Man 92
  • Loading branch information
Om Sharma committed Dec 28, 2021
2 parents 01b8d5c + 0cdc745 commit 9cb8884
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Terraform version
terraform {
required_version = ">= 0.12"
required_version = ">= 0.12.0"

required_providers {
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = ">= 3.1.15"
}
}
}

0 comments on commit 9cb8884

Please sign in to comment.