Skip to content

Commit

Permalink
Stabilised version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Dec 10, 2024
1 parent c3e97b7 commit 255e89a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 84 deletions.
114 changes: 45 additions & 69 deletions terraform/.terraform.lock.hcl

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

7 changes: 1 addition & 6 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,7 @@ If everything looks good, answer `yes` and wait for the new infrastructure to be
<!-- BEGIN_TF_DOCS -->
## Requirements

| 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 |
No requirements.

## Providers

Expand Down
12 changes: 3 additions & 9 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
terraform {
required_version = ">= 1.6.1"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.76.0"
}
statuscake = {
source = "StatusCakeDev/statuscake"
version = ">= 2.1.0"
source = "StatusCakeDev/statuscake"
}

azapi = {
source = "Azure/azapi"
version = ">= 1.13.0"
source = "Azure/azapi"
}
}
}

0 comments on commit 255e89a

Please sign in to comment.