7 lines
141 B
YAML
7 lines
141 B
YAML
services:
|
|
terraform:
|
|
image: hashicorp/terraform
|
|
volumes:
|
|
- .:/terraform
|
|
working_dir: /terraform
|
|
network_mode: host |