diff --git a/examples/resources/argocd_application_set/resource.tf b/examples/resources/argocd_application_set/resource.tf index 9fadc7d3..7ccadff7 100644 --- a/examples/resources/argocd_application_set/resource.tf +++ b/examples/resources/argocd_application_set/resource.tf @@ -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" } } }