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

[Bug]: This is a 🐞 TESTTTTTT #49

Open
2 tasks done
andreaangiolillo opened this issue Dec 18, 2023 · 0 comments
Open
2 tasks done

[Bug]: This is a 🐞 TESTTTTTT #49

andreaangiolillo opened this issue Dec 18, 2023 · 0 comments

Comments

@andreaangiolillo
Copy link
Owner

Is there an existing issue for this?

  • I have searched the existing issues

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

  • I agree to follow this project's Code of Conduct
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

No branches or pull requests

1 participant