diff --git a/versions.tf b/versions.tf index 268ad1d..2cd08aa 100644 --- a/versions.tf +++ b/versions.tf @@ -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"