### Description Update the docs (https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/application_set) to include sync_policy at the appset level i.e. ``` resource "argocd_application_set" "this" { spec { sync_policy { applications_sync = "sync" } } ``` I had to dig around in the schema to find it ### Community Note <!-- Please keep this note for the community --> * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Update the docs (https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/application_set) to include sync_policy at the appset level i.e.
I had to dig around in the schema to find it
Community Note