khuedoan-homelab/external
Khue Doan 20b4f10976 chore(cloudflare)!: upgrade Terraform provider version
It's a breaking change due to a known oversight in the 3.x -> 4.x
migration.

https://github.com/cloudflare/terraform-provider-cloudflare/issues/2286

To resolve you can either:

1. Manually update the state file with the new resource name
2. Remove the resources from state, perform the upgrade and then
   reimport the resources back into the state
3. (What I did, but you'll have downtime) Comment out the tunnel
   resources, apply, bump the version to v4, uncomment, then apply again
   to recreate the resources
2024-04-18 16:59:17 +07:00
..
modules chore(cloudflare)!: upgrade Terraform provider version 2024-04-18 16:59:17 +07:00
.gitignore fix(external): fix wrong provider name for B2 2021-12-09 01:23:04 +07:00
main.tf feat(external): allow adding extra third party secrets 2024-03-14 20:11:58 +07:00
Makefile refactor(external): just use nvim to edit tfvars 2024-01-20 11:48:25 +07:00
namespaces.yml feat(external): allow adding extra third party secrets 2024-03-14 20:11:58 +07:00
terraform.tfvars.example feat(external): allow adding extra third party secrets 2024-03-14 20:11:58 +07:00
variables.tf feat(external): allow adding extra third party secrets 2024-03-14 20:11:58 +07:00
versions.tf chore(cloudflare)!: upgrade Terraform provider version 2024-04-18 16:59:17 +07:00