feat(loadbalancer): add security_group_id and disable_security_group_assignment field (#986)
This commit is contained in:
parent
65c6106ea9
commit
b1e97e92f9
9 changed files with 350 additions and 62 deletions
|
|
@ -27,6 +27,11 @@ resource "stackit_network_interface" "network_interface" {
|
|||
project_id = stackit_network.network.project_id
|
||||
network_id = stackit_network.network.network_id
|
||||
name = "name"
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
security_group_ids,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
resource "stackit_public_ip" "public_ip" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue