From f54e130bfa7d28db6c394ed51b47fafdf7844d35 Mon Sep 17 00:00:00 2001 From: Adam Connelly Date: Thu, 16 Nov 2023 14:06:01 +0000 Subject: [PATCH] docs: update module version in README example I also noticed that the `required_providers` block was wrong so fixed that. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0178b4..4527b15 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ image before trying to use the module. ```hcl terraform { required_providers { - google = { + azurerm = { source = "hashicorp/azurerm" - version = "~> 2.68.0" + version = "=3.61.0" } } } module "azure-worker" { - source = "github.com/spacelift-io/terraform-azure-spacelift-workerpool?ref=v0.0.6" + source = "github.com/spacelift-io/terraform-azure-spacelift-workerpool?ref=v0.1.0" admin_password = "Super Secret Password!"