-
Notifications
You must be signed in to change notification settings - Fork 50
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
UUID attribute cannot be set directly | Issue when changing address objects #350
Comments
Hi @hogadacab , Thank you for raising this issue. I tested your module on FOS 7.4.5, and it worked well. I was able to apply the configuration and make changes to the Could you kindly let me know which FOS version you are using? Additionally, sharing the Terraform output would be very helpful in diagnosing the issue.
Thanks, |
Hi!
We have encountered a problem where the firewall is outputting an error such as the following:
This only occur when trying to change an already applied address object.
We created a module to create policies and required address objects. I'll include it in the files.
When modifying our module which creates these objects, terraform will try to recreate address objects and set the uuid of the object. This is causing the error.
I've tried to find anything which forces terraform to ignore the uuid value but haven't found anything.
fgt_issue.zip
To clarify this only happens when we modify the already applied configuration.
Thanks for all help, this seems like an important issue to solve considering that the error stops us from operating the firewall without having to recreate settings thus affecting production.
The text was updated successfully, but these errors were encountered: