Skip to content

Commit

Permalink
remove unused Cloudflare provider in 070-id-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 25, 2024
1 parent 07937a2 commit b567ed4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/070-id-sync/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ terraform {
source = "hashicorp/aws"
version = ">= 4.0.0, < 6.0.0"
}
cloudflare = {
source = "cloudflare/cloudflare"

// 4.39.0 deprecated cloudflare_record.value
// While waiting for version 5 to mature, we'll constrain to earlier versions.
version = ">= 2.0.0, < 4.39.0"
}
random = {
source = "hashicorp/random"
version = ">= 2.2.0, < 4.0.0"
Expand Down

0 comments on commit b567ed4

Please sign in to comment.