diff --git a/cf-terraforming.rb b/cf-terraforming.rb index 80acb41..748edbd 100644 --- a/cf-terraforming.rb +++ b/cf-terraforming.rb @@ -1,8 +1,8 @@ class CfTerraforming < Formula desc "Utility to export your existing Cloudflare resources as Terraform resources" homepage "https://github.com/cloudflare/cf-terraforming" - url "https://github.com/cloudflare/cf-terraforming/archive/refs/tags/v0.20.0.tar.gz" - sha256 "f7417897b80d8f900b52a8c999b36171c76ff1d5f68d05b554607a40da9abb32" + url "https://github.com/cloudflare/cf-terraforming/archive/refs/tags/v0.21.0.tar.gz" + sha256 "d8dc8356477d954e44115f91659cb0a9a9d67373c820bc40f3191509d8692cc2" license "Mozilla Public License 2.0" head "https://github.com/cloudflare/cf-terraforming.git", branch: "master"