You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to happen?
I expected to see the terraform execution plan and see what ressources will be deployed
What actually happened?
I got an error saying that some arguments are missing
Output
terraform plan --var "billing_account=$BILLING_ACCOUNT" --var "org_id=$ORG_ID"
Error: Missing required argument
on gcp.tf line 278, in resource "google_container_cluster""vault":
278: workload_metadata_config {
The argument "mode" is required, but no definition was found.
Error: Unsupported argument
on gcp.tf line 279, in resource "google_container_cluster""vault":
279: node_metadata = "SECURE"
An argument named "node_metadata" is not expected here.
Error: Unsupported argument
on gcp.tf line 293, in resource "google_container_cluster""vault":
293: username = ""
An argument named "username" is not expected here.
Error: Unsupported argument
on gcp.tf line 294, in resource "google_container_cluster""vault":
294: password = ""
An argument named "password" is not expected here.
Additional context
I just clone the repo and set the required variables: billing_account and org_id
What did you expect to happen?
I expected to see the terraform execution plan and see what ressources will be deployed
What actually happened?
I got an error saying that some arguments are missing
Output
Additional context
I just clone the repo and set the required variables:
billing_account
andorg_id
The text was updated successfully, but these errors were encountered: