github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/topgun/operations/configure-ssm.yml (about)

     1  ---
     2  - type: replace
     3    path: /instance_groups/name=web/jobs/name=web/properties/aws_ssm?
     4    value:
     5      region: ((aws_region))
     6      access_key: ((aws_access_key))
     7      secret_key: ((aws_secret_key))
     8      session_token: ((aws_session_token))
     9      pipeline_secret_template: /concourse-topgun/{{.Team}}/{{.Pipeline}}/{{.Secret}}
    10      team_secret_template: /concourse-topgun/{{.Team}}/{{.Secret}}