You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ 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
Terraform CLI and Provider Versions
Terraform v1.9.2
on linux_amd64
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
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
The text was updated successfully, but these errors were encountered: