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
Python data structures converted into JSON works fine for simple types like string, bool, but does not work for types that can't be easily converted from JSON into HCL2 (eg, list(map(any)) in security group rules.
Python data structures converted into JSON works fine for simple types like
string
,bool
, but does not work for types that can't be easily converted from JSON into HCL2 (eg,list(map(any))
in security group rules.Ref: #17 #27 - security group rules
The text was updated successfully, but these errors were encountered: