Allow executable file to be pushed in using gitlab_repository_file resource

Feature Description

I am using Gitlab provider to create a template project and require one of the files to be checked and pushed in as executable.

gitlab_repository_file resource accepts chmod and values either in number or letters to suggest it's executable file something like

resource gitlab_repository_file "executable_file" {
     chmod = "+x"
}

Do you want to implement this?

  • I would like to implement this myself 👷
Edited by Timo Furrer