diff --git a/.gitignore b/.gitignore index 1bce381..58f4bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ crash.*.log # Ignore transient lock info files created by terraform apply .terraform.tfstate.lock.info +.terraform.lock.hcl # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan *tfplan* diff --git a/.terraform.lock.hcl b/.terraform.lock.hcl deleted file mode 100644 index e4919cc..0000000 --- a/.terraform.lock.hcl +++ /dev/null @@ -1,25 +0,0 @@ -# This file is maintained automatically by "terraform init". -# Manual edits may be lost in future updates. - -provider "registry.terraform.io/cloudflare/cloudflare" { - version = "4.50.0" - constraints = "~> 4.0" - hashes = [ - "h1:azL05eWyy2V8SWkbZZImPWvv8ynG4eqmrbZhjXBDFug=", - "zh:0ef99ed39472a94e6a0d6fa733cf0a46bce3bf66eba2873efae8846efdddc237", - "zh:2929cbbffcead171d45c88e4a7a59e9c013ea775dafa68b10da8db7cd04b6140", - "zh:462601c87118088e1a718842e367af7d8e7620598d426980a6d6b33de759865e", - "zh:56766eb62a74a9d88d9efb8486dd3a0c5c9db873d0a980ae9ef1e8af27d74231", - "zh:6b4e8810d99498a5a20a5872982a0f1354e79cfc4a7dfe7cc656f1c7eaae47d8", - "zh:6d65bdb4ec94b6eecc8abe26d94e2ca09262dc1e7a9934db829f418be0119920", - "zh:71adeaf31e41a358ec6095004062e43f56ee7d4b2504e5613ab351d511695641", - "zh:890df766e9b839623b1f0437355032a3c006226a6c200cd911e15ee1a9014e9f", - "zh:89761c15908ccc2cf9c50bb5cb3be45d3ad0c45fc7c608c6b95f48c0288b7160", - "zh:8cc5d7c5939da89cfd01f3e51c84f3576564783acea9db86bd9e32049805ed96", - "zh:987cff8225b1dd436cdcb4fc6228689ae7e4281de6896412a2a9a3325c49f05e", - "zh:991e83ebb89867d71e01a1c215ed159efb425683b0a44707be8579eb0a337f06", - "zh:ab8177ae2d8f5cfa90043a6f867435012cae115f6061b832a7e2462e0ae87a67", - "zh:d1ca34df1398f201274a6a18102975148c10ca15aa43cfc56cc9897620929509", - "zh:d34946f70201baf6dda03e3b294c6bbe40d95d0278e97b9f636ded94822b24ac", - ] -}