Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#47 - terraform 1.2.8 breaks without SA removal - critical fix #49

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

fmichaelobrien
Copy link
Contributor

see full clean org testing in #47

@fmichaelobrien
Copy link
Contributor Author

Summary: the unsupported argument error - is an expected result of an API change
Fix is usually to adapt the module or inherit the variable - here is is just to remove the reference in projects.tf

admin_@cloudshell:~/cloudshell_open/accelerators_accelerateurs-gcp/deployment-templates/Terraform/guardrails/1-guardrails (ggz-seed-project)$ terraform apply -var-file variables.tfvar
╷
│ Error: Unsupported argument
│
│   on projects.tf line 5, in module "administration":
│    5:   impersonate_service_account = var.terraform_service_account
│
│ An argument named "impersonate_service_account" is not expected here.

@ptd-tbs ptd-tbs merged commit 2adb2ae into canada-ca:main Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants