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
Terraform Open Source (OSS)
After running terraform plan I got an error
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"] } }
terraform init terraform plan ERRORRRRR
errorororororororororor
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
Terraform Edition
Terraform Open Source (OSS)
Current Behavior
After running terraform plan I got an error
Terraform configuration to reproduce the issue
Steps To Reproduce
terraform init
terraform plan
ERRORRRRR
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: