docs: ♻️ merge API Reference and Universe menu entries
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
28
docs/reference/terraform.md
Normal file
28
docs/reference/terraform.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
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` |- |
|
Reference in New Issue
Block a user