Unable to write the module manifest file: open .terraform/modules/modules.json: permission denied

While performing terraform init : i am getting below error
Initializing modules…

│ Error: Failed to update module manifest

│ Unable to write the module manifest file: open .terraform/modules/modules.json: permission denied

Can someone please help !
Thanks in advance

Hi @creative069,

This message suggests that you’re running Terraform in a directory that you don’t have write access to, and so Terraform failed to create this internal manifest which it uses to remember the locations of all of the modules installed by terraform init.