#Terraform plan for developer role?
4 messages · Page 1 of 1 (latest)
You can use -lock=false. Only locking is limited to maintainers, but reading the state is allowed
But you should only disable the lock for pipelines from MRs, never from pipelines that actually plan to apply their changes
That's the best option for plan, yeah. For apply ( if you want review environments ), you can use a project access token to at least limit attack vector