Hello! I’m new to both terraform and prefect. Is t...
# ask-community
r
Hello! I’m new to both terraform and prefect. Is there any limitation on allowed IP on Prefect on free tier? I’m trying to use terraform for provisioning while following one of the demos and it’s throwing me an error saying my IP is not allowed to create webhooks. I’m pretty sure I’ve set up the variables correctly.
1
e
Can you share the full error you’re seeing?
r
@Edward Park here's a screenshot
e
could you share your account_id as well? feel free to DM it to me
i would first verify that the account_id you’re setting in the
provider "prefect" {}
block (or in the env var
PREFECT_CLOUD_ACCOUNT_ID
) matches the prefect account you’re trying to create the resources with. the IP allow listing error comes from Enterprise accounts, not free tier accounts. So I’m suspecting you have a configuration pointing to the wrong account