terraform-provider-linux icon indicating copy to clipboard operation
terraform-provider-linux copied to clipboard

terraform provider for managing linux machine via ssh

Results 2 terraform-provider-linux issues
Sort by recently updated
recently updated
newest added

Doing "terraform apply" causes this: ``` linux_directory.directory: Refreshing state... [id=58a20ba3-73e8-4e8d-a576-2a5ae6ca823b] ╷ │ Error: Plugin did not respond │ │ with linux_directory.directory, │ on linux.tf line 23, in resource "linux_directory" "directory":...

This provider is really exciting--I really like how you've architected the provider. I'm pretty sure I can switchover my Ansible to this with the current three resources (script, directory, file),...