Skip to content

Commit

Permalink
Corrected syntax for versions.tf (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Jun 4, 2024
1 parent 1ea2edc commit cf33922
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 55 deletions.
92 changes: 41 additions & 51 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ If everything looks good, answer `yes` and wait for the new infrastructure to be
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.1 |
| <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) | >= 1.13.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 3.76.0 |
| <a name="requirement_statuscake"></a> [statuscake](#requirement\_statuscake) | >= 2.1.0 |

Expand Down
8 changes: 4 additions & 4 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ terraform {
source = "StatusCakeDev/statuscake"
version = ">= 2.1.0"
}
}
azapi = {
source = "Azure/azapi"
version = ">= 1.13.0"
azapi = {
source = "Azure/azapi"
version = ">= 1.13.0"
}
}
}

0 comments on commit cf33922

Please sign in to comment.