Thanks to visit codestin.com
Credit goes to github.com

Skip to content

I have an error when I launch the terraform apply #4

@mbiombani

Description

@mbiombani

│ Error: Invalid value for network: project: required field is not set

│ with google_compute_firewall.rules,
│ on main.tf line 19, in resource "google_compute_firewall" "port_rules":
│ 19: resource "google_compute_firewall" "port_rules" {



│ Error: project: required field is not set

│ with google_compute_instance.kafka_vm_instance,
│ on main.tf line 35, in resource "google_compute_instance" "kafka_vm_instance":
│ 35: resource "google_compute_instance" "kafka_vm_instance" {



│ Error: project: required field is not set

│ with google_compute_instance.airflow_vm_instance,
│ on main.tf line 56, in resource "google_compute_instance" "airflow_vm_instance":
│ 56: resource "google_compute_instance" "airflow_vm_instance" {



│ Error: project: required field is not set

│ with google_storage_bucket.bucket,
│ on main.tf line 75, in resource "google_storage_bucket" "bucket":
│ 75: resource "google_storage_bucket" "bucket" {



│ Error: project: required field is not set

│ with google_dataproc_cluster.mulitnode_spark_cluster,
│ on main.tf line 93, in resource "google_dataproc_cluster" "mulitnode_spark_cluster":
│ 93: resource "google_dataproc_cluster" "mulitnode_spark_cluster" {



│ Error: project: required field is not set

│ with google_bigquery_dataset.stg_dataset,
│ on main.tf line 139, in resource "google_bigquery_dataset" "stg_dataset":
│ 139: resource "google_bigquery_dataset" "stg_dataset" {



│ Error: project: required field is not set

│ with google_bigquery_dataset.prod_dataset,
│ on main.tf line 146, in resource "google_bigquery_dataset" "prod_dataset":
│ 146: resource "google_bigquery_dataset" "prod_dataset" {

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