Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set sticky bit ... #366

Open
1 task done
davidfischer-ch opened this issue Nov 17, 2024 · 0 comments
Open
1 task done

Cannot set sticky bit ... #366

davidfischer-ch opened this issue Nov 17, 2024 · 0 comments
Labels

Comments

@davidfischer-ch
Copy link

davidfischer-ch commented Nov 17, 2024

Terraform CLI and Provider Versions

Terraform v1.9.2
on linux_amd64

  • provider registry.terraform.io/gitlabhq/gitlab v16.8.1
  • provider registry.terraform.io/hashicorp/local v2.5.2
  • provider registry.terraform.io/kreuzwerker/docker v3.0.2
  • provider registry.terraform.io/telkomindonesia/linux v0.7.0

Your version of Terraform is out of date! The latest version
is 1.9.8. You can update by downloading from https://www.terraform.io/downloads.html

Terraform Configuration

---

Expected Behavior

2775 is a valid directory permission

Actual Behavior

│ on _g/storage.tf line 6, in resource "local_file" "jobs_data_touch":
│ 6: directory_permission = "2775"

│ bad mode permission: string must be expressed in octal numeric notation: 2775

Steps to Reproduce

resource "local_file" "jobs_data_touch" {
  filename             = "/path/.touch"
  content              = "some content"
  directory_permission = "2775"
}

How much impact is this issue causing?

Low

Logs

No response

Additional Information

I am using a local-exec based workaround in the meantime.

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant