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 test of my BUG!!!!! #47

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

[Bug]: This is a test of my BUG!!!!! #47

andreaangiolillo opened this issue Dec 18, 2023 · 0 comments

Comments

@andreaangiolillo
Copy link
Owner

andreaangiolillo commented Dec 18, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Provider Version

v1.13.1

Terraform Version

v1.6.6

Code of Conduct

  • I agree to follow this project's Code of Conduct

Current Behavior

After a terraform plan I get the error :TEST

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

Error!!!!

Logs

error
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