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

Fails to get file permissions in FreeBSD #123

Open
FinalDoom opened this issue Dec 28, 2022 · 0 comments
Open

Fails to get file permissions in FreeBSD #123

FinalDoom opened this issue Dec 28, 2022 · 0 comments

Comments

@FinalDoom
Copy link

Terraform Version

Terraform v1.3.6

Affected Resource(s)

  • remote_file data source

Debug Output

https://gist.github.com/FinalDoom/f8a13069ad0233264d8360ddc6ff93a0

Expected Behavior

File should have been fetched.

Actual Behavior

Error getting permissions as in debug output

Steps to Reproduce

data "remote_file" "root_test" {
  provider = remote.s1
  path     = "/root/test"
}
  1. create /root/test on FreeBSD server s1, chmod 777 just in case
  2. terraform plan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant