Skip to content

Commit

Permalink
update provider
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 19, 2023
1 parent c1d4399 commit 821b700
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
terraform {
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
Expand All @@ -8,6 +9,9 @@ terraform {
source = "hashicorp/null"
version = ">= 3.1.0"
}
time = {
source = "hashicorp/time"
version = ">= 0.9.0"
}
}
# required_version = ">= 0.13"
}

0 comments on commit 821b700

Please sign in to comment.