Question
Im trying to deploy a few servers using Terraform. Where can I find the image name for the CentOS image?
1 error(s) occurred:
digitalocean_droplet.master: 1 error(s) occurred:
digitalocean_droplet.master: Error creating droplet: POST https://api.digitalocean.com/v2/droplets: 422 You specified an invalid image for Droplet creation.
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×