-
Notifications
You must be signed in to change notification settings - Fork 12
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
secure_internet_gateway_feature_template update fails with vManage error #202
Comments
I don't think it is related to "priority-order", as this typically should not make a difference. Can you try removing the "backup_interface" and "backup_interface_weight" attributes from your resource? |
Those seems to be mandatory:
|
Checking the payload generated when configuring this from the GUI, it looks like the interface pair needs to be configured like this, if there is no backup interface:
|
I think I saw same "None" in the vManage's API call. Anyway, same error with the "_blank".
|
I have a SIG template definition that is based on import of the existing template, and
terraform plan
considers it up to date, no changes needed. When I'm trying to modify it, device template attachment results in the configuration update failure (outbut below).It may be related to the fact that I don't have a backup interface in a pair (
backup_interface = "None"
in config).I tried to compare API call content TF vs vManage, only difference was the "priority-order" list under "ha-pairs"/"interface-pair" present in the vManage call.
Resource definition for the reference:
The text was updated successfully, but these errors were encountered: