Skip to content

Add folder information retrieval by folder id #1269

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

Closed
zamir0109 opened this issue Mar 28, 2018 · 2 comments
Closed

Add folder information retrieval by folder id #1269

zamir0109 opened this issue Mar 28, 2018 · 2 comments

Comments

@zamir0109
Copy link

zamir0109 commented Mar 28, 2018

Terraform Version

Terraform v0.10.8

Affected Resource(s)

  • (data source) google_active_folder

Feature request

We'd like to be able to retrieve the folder information by its id, actually that data source requires the display name and the parent (another folder or the organization), but it'll be a lot easier if we could retrieve the folder info by its id.

Terraform configuration files

Maybe like the following:

data "google_active_folder" "folder" {
  id = "123456789"
}

And then retrieve information like:

  • Organization id
  • Name, display name

Thanks in advance

@rosbo
Copy link
Contributor

rosbo commented May 28, 2018

This feature was released in v1.10.0:
https://www.terraform.io/docs/providers/google/d/google_folder.html

@rosbo rosbo closed this as completed May 28, 2018
@ghost
Copy link

ghost commented Nov 18, 2018

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Nov 18, 2018
@github-actions github-actions bot added forward/review In review; remove label to forward service/cloudresourcemanager-crm labels Jan 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants