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

Manage irules on an existing virtual server #1016

Open
ReinhardvdBerg opened this issue Oct 3, 2024 · 1 comment
Open

Manage irules on an existing virtual server #1016

ReinhardvdBerg opened this issue Oct 3, 2024 · 1 comment

Comments

@ReinhardvdBerg
Copy link

Is your feature request related to a problem? Please describe.

In LTM I have an ingress virtual server that hosts multiple websites behind a single distribution IP and I would like to use terraform to add new websites in a modular way from their own codebases. I was planning on using iRule Stacking but I don't see a resource that can link an irule to an existing virtual_server?

Describe the solution you'd like

Add a bigip_ltm_virtual_server_irule_link resource eg.
resource "bigip_ltm_virtual_server_irule_link" "link" {
irule_name = "/Common/existing_irule"
virtual_server_name = "/Common/existing_vs_http"
}

Describe alternatives you've considered

Without this feature or something similar I can't see how an application can add routing logic for itself? Combining everything into a monolith is not really an option.

Additional context

The ability to do this is critical to removing the manual error prone UI clicking it currently takes to add websites and is blocking us from doing modern DevOps Infrastructure as Code causing higher ups to see bigip ltm as undesirable.

Any help or feedback will be greatly appreciated!
Thank you

@pgouband
Copy link
Collaborator

pgouband commented Oct 3, 2024

Hi @ReinhardvdBerg,

Have you tried using AS3 resource?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants