Skip to content
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

make org id optional #808

Closed
bharathkkb opened this issue Apr 19, 2023 · 2 comments · Fixed by #838
Closed

make org id optional #808

bharathkkb opened this issue Apr 19, 2023 · 2 comments · Fixed by #838
Labels
enhancement New feature or request good first issue Good for newcomers triaged Scoped and ready for work

Comments

@bharathkkb
Copy link
Member

TL;DR

Org id could be made optional when folder is used.

Terraform Resources

No response

Detailed design

No response

Additional information

No response

@bharathkkb bharathkkb added enhancement New feature or request good first issue Good for newcomers triaged Scoped and ready for work labels Apr 19, 2023
@oliverboehme-ida
Copy link

From what I see here, folder_id is already preferred if both folder_id and org_id are given.

Only thing that is missing is a default on org_id so it would be optional.
And maybe some smart check that one of both variables has to be set, anything else?

@bharathkkb
Copy link
Member Author

It is preferred but currently the input var is a required which we could make optional

variable "org_id" {
description = "The organization ID."
type = string
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers triaged Scoped and ready for work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants