We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.13.1
v1.6.6
After a terraform plan I get the error :TEST
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"] } }
Error!!!!
error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Provider Version
v1.13.1
Terraform Version
v1.6.6
Code of Conduct
Current Behavior
After a terraform plan I get the error :TEST
Terraform configuration to reproduce the issue
Steps To Reproduce
Error!!!!
Logs
The text was updated successfully, but these errors were encountered: