Skip to content

Commit

Permalink
Pin cloudflare provider version to 4.52 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Feb 11, 2025
1 parent 1d84543 commit b4a0e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Create ACM certificate with DNS validation and validate using Cloudflare Hosted
| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5 |
| <a name="provider_cloudflare"></a> [cloudflare](#provider\_cloudflare) | ~> 4.51 |
| <a name="provider_cloudflare"></a> [cloudflare](#provider\_cloudflare) | 4.52.0 |

<!-- TFDOCS_PROVIDER_END -->

Expand All @@ -30,7 +30,7 @@ Create ACM certificate with DNS validation and validate using Cloudflare Hosted
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5 |
| <a name="requirement_cloudflare"></a> [cloudflare](#requirement\_cloudflare) | ~> 4.51 |
| <a name="requirement_cloudflare"></a> [cloudflare](#requirement\_cloudflare) | 4.52.0 |

<!-- TFDOCS_REQUIREMENTS_END -->

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.51"
version = "4.52.0"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit b4a0e21

Please sign in to comment.