gday everyone! anybody using prefect provider for ...
# ask-community
i
gday everyone! anybody using prefect provider for terraform? im using the latest v2.0.0 of PrefectHQ/terraform-provider-prefect i had the terraform scripts working ok just yesterday, but today i was trying to update a block though my terraform and got 404 errors for all the resources
Copy code
Planning failed. OpenTofu encountered an error while generating this plan.

╷
│ Error: Error during get Account
│ 
│   with prefect_account.prefectds,
│   on prefect.tf line 4, in resource "prefect_account" "prefectds":
│    4: resource "prefect_account" "prefectds" {
│ 
│ Could not get Account, unexpected error: status code 404 Not Found, error=
╵
i have even tried to reimport the account (it worked a couple days ago) and same error is anybody else getting thsese errors? thx!