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
Google's Enum type support both string and int type, however, in azure template implementation, it just assume the enum is always typedefed from string. Maybe some resource has int enum, then magic module will fail to generate correct code.