Skip to content

Commit

Permalink
docs: update module version in README example
Browse files Browse the repository at this point in the history
I also noticed that the `required_providers` block was wrong so fixed that.
  • Loading branch information
adamconnelly committed Nov 17, 2023
1 parent c95b259 commit f54e130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit f54e130

Please sign in to comment.