Open magodo opened 4 years ago
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.
Enum
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.