Task Validation | Terraform Level 3 | 8 Hosting a Static Website on Amazon S3

I keep having a feedback about a missing variable even after creating it in the module and in the root module

Hi @moustafaroushdy1

I’ve just checked it and it’s worked properly from my end, please try again and refer to my variables.tf file.

Thank you so much, I’ve passed the Task by just adding double quotes around the variable name ( I’ve also added the type I’m not sure if that helped)

it’s just confusing because all previous tasks, I write the variables names without the double quotes and this was working
I suggest to do the same in this task just for consistency

Hi @moustafaroushdy1

Thank you very much for your feedback. The correct syntax for a Terraform variable is to use double quotes. Could you please share the task name which still passes without double quotes around the variable name? Then I will check it further.

All other tasks except this one