andreaangiolillo / cdk-test

Apache License 2.0
0 stars 0 forks source link

[Bug]: This is a 🐞 TESTTTTTT #49

Open andreaangiolillo opened 6 months ago

andreaangiolillo commented 6 months ago

Is there an existing issue for this?

Provider Version

v1.13.1

Terraform Version

v1.6.6

Terraform Edition

Terraform Open Source (OSS)

Current Behavior

After running terraform plan I got an error

Terraform configuration to reproduce the issue

terraform {
  required_providers {
    mongodbatlas = {
      source  = "mongodb/mongodbatlas"
      version = "1.13.1"
    }
    google = {
      source  = "hashicorp/google"
      version = "5.1.0"
    }
    aws = {
      source = "hashicorp/aws"
    }
  }
}

resource "mongodbatlas_project_api_key" "test2" {
  description = "Description of your API key"
  project_id  = mongodbatlas_project.atlas-project.id
  project_assignment {
    project_id = mongodbatlas_project.atlas-project.id
    role_names = ["GROUP_OWNER"]
  }
}

Steps To Reproduce

terraform init terraform plan ERRORRRRR

Logs

errorororororororororor

Code of Conduct