Skip to content

Update docs for applications_sync #910

Description

@dsyers

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 vote on this issue by adding a 👍 reaction 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions