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

scm_security_rule - maintaining a specific order/position of the rules #27

Open
jwoodhouse-elsevier-com opened this issue Dec 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jwoodhouse-elsevier-com

Is your feature request related to a problem?

Ability to maintain or define a specific order/position of the security policy rules.
Create Rule1, Rule2, Rule3, then later on, insert new rule in between Rule1 & 2.

Describe the solution you'd like

A numerical position identifier

Describe alternatives you've considered

Using a variable ‘map’ and ‘for_each’ to iterate over a defined ordered list of rules, however Terraform will just place the new rule at the bottom of the policy, moreover create time may vary resulting in unintended layout, like Rule3, Rule1, Rule2.

Additional context

Without this feature I cannot maintain the security policy in Terraform

@jwoodhouse-elsevier-com jwoodhouse-elsevier-com added the enhancement New feature or request label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant