Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efokschaner/terraform-provider-factorio
The Terraform Provider for Factorio
https://github.com/efokschaner/terraform-provider-factorio
factorio golang lua rcon rcon-client terraform terraform-provider
Last synced: about 2 months ago
JSON representation
The Terraform Provider for Factorio
- Host: GitHub
- URL: https://github.com/efokschaner/terraform-provider-factorio
- Owner: efokschaner
- License: mit
- Created: 2021-05-09T03:26:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T20:15:34.000Z (over 3 years ago)
- Last Synced: 2024-10-22T03:30:23.297Z (2 months ago)
- Topics: factorio, golang, lua, rcon, rcon-client, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/efokschaner/factorio/latest
- Size: 81.1 KB
- Stars: 156
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Provider for Factorio
"Infrastructure as Code" for your factory.
https://user-images.githubusercontent.com/1409112/119280384-0a067680-bbe6-11eb-8610-10a3f5a9eeb5.mp4
_Current Status:_ Barely functional and mostly useless.
Inspired by the likes of:
- https://github.com/abesto/codetorio
- https://github.com/Redcrafter/verilog2factorio/Only works with factorio multiplayer server, as it depends on remote control via RCON.
See [./examples/hello-world](./examples/hello-world) for more information on how to use.## Repository Overview
- [`examples`](./examples): Examples using the provider
- [`mod`](./mod): The mod for factorio which provides an API for the provider.
- [`provider`](./provider): The Terraform provider.