I want to edit wordpress elements with Terraform

Good morning, I have a problem and I hope you can help me. I want to change aspects of wordpress with Terraforming, for example: change the theme, put plugins, and all that with terraforming but with a single command. Thank you

Hi @japadilla_prac,

To configure aspects of WordPress configuration with Terraform would require someone to write a Terraform provider to integrate the WordPress API with the Terraform language.

As far as I know, nobody has yet written and shared such a provider, and so what you want to achieve here may not be possible with Terraform today.