GitHubGithub GH-600 Agentic AI Developer Certification ·EN ·Updated 15 Jul 2026

Refer to https://docs.google.com/document/d/1gfwVdVdN54OeWzl_fiCP8ZY-Taz1lsrnTcFI1zNWNhU/edit?usp=sha ring Apex needs to implement Technical requirement 3. Terraform apply operations must be manually triggered, must use the protected port-prod environment, and must not expose environment secrets before approval. Which option completes the workflow?

name: apply-port-infrastructure

on:
  (Missing value 1):

permissions:
  contents: read
  id-token: write

jobs:
  apply:
    runs-on: ubuntu-latest
    environment:
      name: (Missing value 2)
    steps:
      - uses: actions/checkout@v4

        - name: Verify approved plan
          run: |
            test -f .github/approvals/terraform-plan-approved.json

        - name: Apply approved infrastructure change
          env:
            CLOUD_ROLE: ${{ secrets.PORT_PROD_ROLE }}
          run: (Missing value 3)

Choose an answer

Tap an option to check your answer.

Pass your exam — without the endless answer hunt

Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.

Pass your exam faster No card needed
✓ Verified by ExamRoll editorial · Updated 15 July 2026
All-in-one access

One subscription. Every exam.

Every plan unlocks unlimited answer search, practice tests, AI explanations, and the full resource library — in 20+ languages.

Monthly
24.87
Just €0.83/day
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

Best value
12 months
179.87
Just €0.49/daySave 40%
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

✓ Free plan included · ✓ Cancel anytime · ✓ All plans unlock the full product