I am unable to understand the fault in this question. when I run the terraform plan for second time it succeeds.
Can you please help me to understand below part.
"
The error in the configuration is inside the resource block for the tls_private_key type resource.
It contains the configuration that we needed for generating rsa type key…
"
When you check on the resource block tls_private_key we can see that you’ve instruction about ecdsa_curve but it’s a RSA block. You just need to remove it and test the apply