Skip to content

Commit

Permalink
block azapi 2.0.0 (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke authored Sep 25, 2024
1 parent 756f9ee commit 0310def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module "example" {

The following providers are used by this module:

- <a name="provider_azapi"></a> [azapi](#provider\_azapi) (>= 1.14)
- <a name="provider_azapi"></a> [azapi](#provider\_azapi) (~> 1.14)

- <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) (>= 4.1)

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azapi = {
source = "azure/azapi"
version = ">= 1.14"
version = "~> 1.14"
}

azurerm = {
Expand Down

0 comments on commit 0310def

Please sign in to comment.