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
When I try to use the new import {} blocks in Terraform v1.5+, I get an error at TFC during the plan phase:
Expected http status 200, received: 404
It turns out that I have to use the integer id from the URL for a given resource at the redirect.pizza website as the id for the import block. I found this a little confusing so I'm putting it here for others to find.
The text was updated successfully, but these errors were encountered:
When I try to use the new
import {}
blocks in Terraform v1.5+, I get an error at TFC during the plan phase:It turns out that I have to use the integer id from the URL for a given resource at the redirect.pizza website as the id for the
import
block. I found this a little confusing so I'm putting it here for others to find.The text was updated successfully, but these errors were encountered: