You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I use MDS R81.20 JHF 89. terraform provider 2.8.1
I notice 2 problems with dynamic objects:
If I create a LSM gateway without dynamics objects with terraform. When I manually add a dynamic object in the GUI and i perform terraform apply/publish again. It doesn't delete the dynamic object.
It seems to detect the change however ( it shoud remove epeHorloges :
If I create a LSM gateway with one dynamic object with terraform. If I want to add an other dynamic object, it complains about the first one already existing.
╷
│ Error: failed to execute API call
│ Status: 400 Bad Request
│ Code: generic_err_invalid_parameter │ Message: Invalid parameter for [Dynamic object {} is already used.]. epeHorloges
│
│ with checkpoint_management_lsm_gateway.test-bp38169ybeecf01,
│ on CREA-38169-bp38169ybeecf01.tf line 1, in resource "checkpoint_management_lsm_gateway" "test-bp38169yb eecf01":
│ 1: resource "checkpoint_management_lsm_gateway" "test-bp38169ybeecf01" {
│
I can provide terraform files if needed
The text was updated successfully, but these errors were encountered:
To remove dynamic content you firstly need to update your terraform files to be align with the GUI changes and then to remove the block of dynamic content. In addition, We will check if anything else should be done from our side.
It seems like bug in LSM gateway API and not issue in the provider. I will report this issue to the relevant owner.
I hope we will be able to do sth. I want to trust my terraform code to be exactly what is configured in production. We have a quite large environnement and it would really help to be able to manage it as code. We may even use it as proofs for audits.
thanks a lot for your help ! if it's an SR. may be you can inform Xavier Bensemhoun. we have a diamond support contract. May be he can help.
Hello
I use MDS R81.20 JHF 89. terraform provider 2.8.1
I notice 2 problems with dynamic objects:
It seems to detect the change however ( it shoud remove epeHorloges :
╷
│ Error: failed to execute API call
│ Status: 400 Bad Request
│ Code: generic_err_invalid_parameter
│ Message: Invalid parameter for [Dynamic object {} is already used.]. epeHorloges
│
│ with checkpoint_management_lsm_gateway.test-bp38169ybeecf01,
│ on CREA-38169-bp38169ybeecf01.tf line 1, in resource "checkpoint_management_lsm_gateway" "test-bp38169yb eecf01":
│ 1: resource "checkpoint_management_lsm_gateway" "test-bp38169ybeecf01" {
│
I can provide terraform files if needed
The text was updated successfully, but these errors were encountered: