You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this to export my cloudflare resources.
Set env variables:
PS D:\FS_Workspace\tmp\cf>Get-ChildItem-Path Env: |where-object {$_.Name-like"*CLOUD*"}
Name Value
---------
CLOUDFLARE_ACCOUNT_ID -- my account id --
CLOUDFLARE_API_TOKEN -- my API token --
PS D:\FS_Workspace\tmp\cf>
PS D:\FS_Workspace\tmp\cf> terraform init -upgrade
Initializing the backend...
Initializing provider plugins...
- Finding cloudflare/cloudflare versions matching "~> 5.0"...
- Using previously-installed cloudflare/cloudflare v5.0.0
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to se
e
any changes that are required for your infrastructure. All Terraform command
s
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, ot
her
commands will detect it and remind you to do so if necessary.
PS D:\FS_Workspace\tmp\cf> terraformer import cloudflare -r *2025/02/0710:38:41 Attempting an import of ALL resources in cloudflare
2025/02/0710:38:42 Incompatible API version with plugin. Plugin version: 6,
Client versions: [5]
PS D:\FS_Workspace\tmp\cf>
Could you advise? (There is no v6 of the cloudflare provider as per ...
The text was updated successfully, but these errors were encountered:
Good Morning,
I tried to use this to export my cloudflare resources.
provider.tf
:Could you advise? (There is no v6 of the cloudflare provider as per ...
The text was updated successfully, but these errors were encountered: