Viktor Semenov

Results 1 issues of Viktor Semenov

```hcl terraform_version: 1.2.5 ``` ### Terraform Configuration File ```hcl terraform { required_version = ">= 1.2.0" required_providers { mongodbatlas = { source = "mongodb/mongodbatlas" version = "1.5.0" } } } ```...

improvement
not_stale