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
user_data does not work on GCP for CheckPoint/Fortinet.
To Reproduce
user_data type is string and when a string is used the following error is raised:
│ Error: failed to create a new firewall instance: rest API add_firewall_instance POST failed: invalid user data. Expecting value: line 1 column 1 (char 0)
│
│ with aviatrix_firewall_instance.firewall_instance,
│ on main.tf line 1, in resource "aviatrix_firewall_instance" "firewall_instance":
│ 1: resource "aviatrix_firewall_instance" "firewall_instance" {
Expected behavior
Controller works with key pair variables and correctly configure the data field under the instance.
Additional data / screenshots
Include any relevant tf files.
Describe the problem
user_data does not work on GCP for CheckPoint/Fortinet.
To Reproduce
user_data type is string and when a string is used the following error is raised:
│ Error: failed to create a new firewall instance: rest API add_firewall_instance POST failed: invalid user data. Expecting value: line 1 column 1 (char 0)
│
│ with aviatrix_firewall_instance.firewall_instance,
│ on main.tf line 1, in resource "aviatrix_firewall_instance" "firewall_instance":
│ 1: resource "aviatrix_firewall_instance" "firewall_instance" {
Expected behavior
Controller works with key pair variables and correctly configure the data field under the instance.
Additional data / screenshots
Include any relevant tf files.
Environment:
Additional context
What was the impact?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: