79585474

Date: 2025-04-21 23:30:20
Score: 1
Natty:
Report link

Found! name vs id outputs on the pool. (It's easy to loose track of when to use which and seeing the error crosseyed, it's easy to miss the repitition of the full project path that was in the error)

The correct code is:

authority = gcp.certificateauthority.Authority(
    "internal-ca-authority",
    certificate_authority_id=f"internal-ca-authority-{stack}",
    pool=pool.name, # <<<---
...
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Paul Forgey