Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/azurecaf'
Browse files Browse the repository at this point in the history
* origin/feat/azurecaf:
  feat: use Claranet "azurecaf" provider
  • Loading branch information
Shr3ps committed Oct 3, 2024
2 parents 8207cfc + bf9e07b commit 0afd3f4
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 @@ -139,7 +139,7 @@ No modules.
| Name | Type |
|------|------|
| [azurerm_web_application_firewall_policy.waf_policy](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/web_application_firewall_policy) | resource |
| [azurecaf_name.wafp](https://registry.terraform.io/providers/aztfmod/azurecaf/latest/docs/data-sources/name) | data source |
| [azurecaf_name.wafp](https://registry.terraform.io/providers/claranet/azurecaf/latest/docs/data-sources/name) | data source |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
version = "~> 3.80"
}
azurecaf = {
source = "aztfmod/azurecaf"
source = "claranet/azurecaf"
version = "~> 1.2, >= 1.2.22"
}
}
Expand Down

0 comments on commit 0afd3f4

Please sign in to comment.