Skip to content

Commit

Permalink
docs: fix example for application set list generator
Browse files Browse the repository at this point in the history
  • Loading branch information
onematchfox committed Nov 4, 2023
1 parent b75506c commit d0beca1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/resources/argocd_application_set/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ resource "argocd_application_set" "list" {
repo_url = "https://github.com/argoproj/argo-cd.git"
target_revision = "HEAD"
path = "applicationset/examples/list-generator/guestbook/{{cluster}}"
}

destination {
server = "{{url}}"
namespace = "guestbook"
}
destination {
server = "{{url}}"
namespace = "guestbook"
}
}
}
Expand Down

0 comments on commit d0beca1

Please sign in to comment.