Skip to content

Commit

Permalink
fixed tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed May 31, 2024
1 parent fbf8e70 commit ba1c3fe
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,9 +1,9 @@
terraform {
required_version = "~> 1.0"
required_providers {
time_sleep = {
time = {
source = "hashicorp/time"
version = "~> 0.10.0"
version = "0.11.2"
}
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit ba1c3fe

Please sign in to comment.