Issue with input variable

Hi All,

I developed a small terraform script which should take in a number like 00 or 01 as an input and of course perform some actions later. When I execute terraform plan it takes 00 or 01 without any issues. However it discards the initial 0 like for example 00 is considered 0 and 01 is considered as 1. for my scenario the initial 0 is really important. Could you please help me how can I retail the initial zero without terraform discarding it.

Thanks for your help in advance.

Regards,
Shanthosh