hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.4k stars 9.5k forks source link

Management Group not found #31569

Closed imyashvinder closed 2 years ago

imyashvinder commented 2 years ago

Terraform Version

Terraform v1.2.4

Terraform Configuration Files

data "azurerm_management_group" "example" {
  name = "Institutional"
}

Debug Output

Management Group "Institutional" was not found

Expected Behavior

Actual Behavior

Steps to Reproduce

Please list the full steps required to reproduce the issue, for example:

  1. terraform init
  2. terraform apply

Additional Context

References

Please see the attached screenshot

Screenshot 2022-08-04 at 10 25 46 AM
jbardin commented 2 years ago

Hello,

This appears to be an issue or question with the AzureRM provider, not with Terraform itself. You can see existing issues and file a new one in their repository here: https://github.com/terraform-providers/terraform-provider-azurerm/issues. If you have questions about Terraform or the AzureRM provider, it's better to use the community forum where there are more people ready to help. The GitHub issues here are monitored only by a few core maintainers.

Thanks!

imyashvinder commented 2 years ago

@jbardin Thanks mate

github-actions[bot] commented 2 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.