Skip to content

Commit

Permalink
PLT-0 - Adjust tf module to handle latest version of the provider
Browse files Browse the repository at this point in the history
 * cloudflare/terraform-provider-cloudflare#3509
 * the deprecated the value attribute but basically made it impossible to set the value anymore
  • Loading branch information
Engerim committed Aug 12, 2024
1 parent 4fa08bb commit c556479
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 @@ -29,7 +29,7 @@ Terraform module to create set of DNS records in Cloudflare Hosted Zone.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_cloudflare"></a> [cloudflare](#requirement\_cloudflare) | ~> 4.20 |
| <a name="requirement_cloudflare"></a> [cloudflare](#requirement\_cloudflare) | ~> 4.39 |

<!-- TFDOCS_REQUIREMENTS_END -->

Expand Down
2 changes: 1 addition & 1 deletion modules/record_collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Terraform submodule to create a list of Cloudflare DNS records grouped by type a

| Name | Version |
|------|---------|
| <a name="provider_cloudflare"></a> [cloudflare](#provider\_cloudflare) | ~> 4.20 |
| <a name="provider_cloudflare"></a> [cloudflare](#provider\_cloudflare) | ~> 4.39 |

## Modules

Expand Down

0 comments on commit c556479

Please sign in to comment.