🐛 Bug Fixes
examples: remove project from google_iap_client @tpolekhin (#106)
╷
│ Error: Unsupported argument
│
│ on modules/atlantis/iap.tf line 16, in resource "google_iap_client" "atlantis":
│ 16: project = var.project_id
│
│ An argument named "project" is not expected here.
╵
what
A small change to IAP example I found during my deployment
why
To make it work
references
- Use
Closes #123
, if this PR closes a GitHub issue#123
- If possible, link to the relevant documentation to add some context.