diff --git a/nestjs/template.yaml b/nestjs/template.yaml index 0250e87..4c365dc 100644 --- a/nestjs/template.yaml +++ b/nestjs/template.yaml @@ -137,10 +137,9 @@ spec: # environment: ${{ parameters.environment }} # repoURL: ${{ steps['create-repo'].output.remoteUrl }} - - id: create-aws-account - name: Create AWS Account + - id: create-argocd-application + name: Create ArgoCD application action: aws:organization:create-account - if: ${{ parameters.createAWSAccount }} input: client: ${{ parameters.client }} project: ${{ parameters.project }}