Skip to content

Commit

Permalink
Update assist versions (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs authored Nov 15, 2024
1 parent 0133437 commit 865782a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assist/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ terraform {
}
}

required_version = "= 1.9.8"

required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4"
version = "~> 4.0"
}
}
}

0 comments on commit 865782a

Please sign in to comment.