Skip to content

terraform plan issue on recently clone repo #101

Open
@pdomineaux

Description

@pdomineaux

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

terraform --version
Terraform v0.12.31
+ provider.google v3.90.1
+ provider.google-beta v4.5.0
+ provider.kubernetes v2.7.1
+ provider.random v3.1.0
+ provider.tls v3.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions