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
Unsure if this is an issue with the Terraform provider or the REST API in general. The API docs actually imply that you can replace a virtual site, but doesn't list a "spec" body for those changes.
The Terraform provider appears to attempt to correctly edit the virtual site, but no changes are made.
The text was updated successfully, but these errors were encountered:
michaelbuemi
changed the title
Virtual sites cannot be edited
volterra_virtual_site cannot be edited
Jul 31, 2024
@michaelbuemi We got the same issue here. We changed the expression of site_selector of virtual site. It is detected by terraform plan. The apply ends as successful but the change is not really propagated into virtual site object in F5 cloud.
@michaelbuemi actually this looks like a feature. I cannot even edit site_selector of virtual site in F5 graphical interface. The virtual site must recreated.
@eissko yea I couldn't tell what the intent was with this. From a technical perspective, I understand if the virtual site can't be modified once it is in use. Of course, the provider should understand this and reject the configuration.
Unsure if this is an issue with the Terraform provider or the REST API in general. The API docs actually imply that you can replace a virtual site, but doesn't list a "spec" body for those changes.
The Terraform provider appears to attempt to correctly edit the virtual site, but no changes are made.
The text was updated successfully, but these errors were encountered: