-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting 404 Not Found
with terraform
#1309
Comments
Just to make sure I understand this one correctly. Does the plan + apply go through and apply the changes, but the describe is showing a 404, or does the 404 make the apply fail as well? It's most likely some kind of networking issue either way, but since I haven't encountered it anywhere I'm trying to wrap my head around a way for us to replicate it to help fix it. |
Hey @ilithanos - Thanks for replying on the issue. For me plan works fine, without any issues but on apply (which fails partially), it fails with 404 error above. which means, I see 404 when I describe terraform object. But on cluster tofu is able to create the resource. Networking: May not be the issue since I have both the clusters in same region as part of testing. error output:
|
I also put debug to the
|
Hey @ilithanos - if you could please check the issue? |
I havn't forgotten about you @mkazla but i havn't currently been able to replicate the issue you are having. It might be some environment specific issue. I don't currently have a good suggestion as to what to look at though. It smells like a network issue with something that specific module is doing, but what it is i can't say for sure. |
Hi,
My tofu controller is using a terraform repository which basically creates
confluent_kafka_topic
, As a part of DR testing I am working on a scenario where I am trying to create the confluent topic on my primary cluster using the configuration.For example I have cluster A (primary), configuration of this is passed to tofu and tofu creates a topic for me.
Now I try to switch the configuration from primary (cluster A) to secondary (cluster B) by editing my terraform object, it creates the topic for me on secondary cluster and updates the backend properly. But it also gives error on
terraform describe
as followsI tried replicating the same error with terraform by switching the configuration but terraform works fine, it is able to apply both configurations properly.
The text was updated successfully, but these errors were encountered: