-
Notifications
You must be signed in to change notification settings - Fork 910
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
Allow user provided descriptions #1491
Comments
The module list needs updating. net-vpc-swp done (will be renamed to net-swp). |
I'm ambivalent on some of the changes here. For example in the project module, the variable "custom_roles" {
description = "Map of role name => list of permissions to create in this project."
type = map(list(string))
default = {}
nullable = false
} Adding a description will either
IMHO this falls into the "we cover 99% of use cases, the extra 1% can be easily covered by the user editing the module to support their specific requirements". @juliocc @wiktorn @apichick WDYT? |
I tend to agree to leave it as it is for now, especially that this would be backward incompatible change. OTOH |
Yep, but it drastically changes the interface. My preference would be to leave as is until someone really needs it, but if you and Julio strongly feel about this, let's. I would just tackle resource management modules in their own PR as they need other fixes (eg fw policies), and they are really critical for everything else. |
I took a look at custom roles last week and I came to the same conclusion. There are two extra fields that we could potentially add (stage and description). That being said I like the simplicity of a I vote to leave it as it is for now. |
Following modules create resources with hard-coded descriptions:
* [ ] modules/folder* [ ] modules/organization* [ ] modules/projectModules should allow users to provide description of the resources, using current values as defaults.
Details:
(Last update: 2023-08-01 16:05:50)
The text was updated successfully, but these errors were encountered: