-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add 'google_organization' data source #887
Add 'google_organization' data source #887
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good. A few small comments and we should be good to merge. Thank you
return fmt.Errorf("Invalid organization name. Expecting organizations/{organization_id}") | ||
} | ||
|
||
d.SetId(parts[1]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed as suggested.
google/resourcemanager_helpers.go
Outdated
"google.golang.org/api/cloudresourcemanager/v1" | ||
) | ||
|
||
func getResourceName(resourceId *cloudresourcemanager.ResourceId) string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any usage for this method?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, this code must have come from something else I was noodling on. Removed those 2 source files.
I'm going to make some additional changes based on review comments in #889 - use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Merging
* Add 'google_organization' data source. * Use 'GetResourceNameFromSelfLink'. * Remove 'resourcemanager_helpers'. * Use 'ConflictsWith' in schema. * Add 'organization' argument and make 'name' an output-only attribute.
Signed-off-by: Modular Magician <[email protected]>
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! |
Fixes #886.