Skip to content

Commit

Permalink
commented out required version and providers
Browse files Browse the repository at this point in the history
  • Loading branch information
kastriotdobratiqi committed Aug 9, 2022
1 parent ac25dd9 commit 0a2f7ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = ">= 0.14.10"
# terraform {
# required_version = ">= 0.14.10"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}
# required_providers {
# aws = {
# source = "hashicorp/aws"
# version = "~> 3.0"
# }
# }
# }

0 comments on commit 0a2f7ff

Please sign in to comment.