a2088a09ac
Signed-off-by: jffarge <jf@dagger.io>
29 lines
740 B
Markdown
29 lines
740 B
Markdown
---
|
|
sidebar_label: terraform
|
|
---
|
|
|
|
# alpha.dagger.io/terraform
|
|
|
|
Terraform operations
|
|
|
|
```cue
|
|
import "alpha.dagger.io/terraform"
|
|
```
|
|
|
|
## terraform.#Configuration
|
|
|
|
Terraform configuration
|
|
|
|
### terraform.#Configuration Inputs
|
|
|
|
| Name | Type | Description |
|
|
| ------------- |:-------------: |:-------------: |
|
|
|*version* | `*"latest" \| string` |Terraform version |
|
|
|*source* | `dagger.#Artifact` |Source configuration |
|
|
|
|
### terraform.#Configuration Outputs
|
|
|
|
| Name | Type | Description |
|
|
| ------------- |:-------------: |:-------------: |
|
|
|*output* | `struct` |- |
|