Similar builders implement a “skip_command” where you can determine if build should be skipped or not. There seems to be no support for similar functionality in a “digitalocean_app” in Terraform. Is it possible?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hi there,
If I understand this correctly, I believe that there’s currently no built-in way to skip a build conditionally using
digitalocean_app
in Terraform.You could suggest this as a feature request on the DigitalOcean Terraform registry repository here: https://github.com/digitalocean/terraform-provider-digitalocean.
- Bobby