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
I tested the attributes on the inspec object "google_compute_instance" and the attributes
first_network_interface_type
first_network_interface_name
first_network_interface_nat_ip_address
show the error NoMethodError: undefined method []' for nil:NilClass
from libraries/google_compute_instance.rb:119:in first_network_interface_type'
This is for VMs that show valid configurations otherwise
Example:
The text was updated successfully, but these errors were encountered:
I tested the attributes on the inspec object "google_compute_instance" and the attributes
first_network_interface_type
first_network_interface_name
first_network_interface_nat_ip_address
show the error
NoMethodError: undefined method
[]' for nil:NilClassfrom libraries/google_compute_instance.rb:119:in
first_network_interface_type'
This is for VMs that show valid configurations otherwise
Example:
The text was updated successfully, but these errors were encountered: