18 lines
333 B
Markdown
18 lines
333 B
Markdown
|
|
# scripts/deployment/init-terraform.sh
|
||
|
|
|
||
|
|
Initialize Terraform with proper backend configuration
|
||
|
|
This script helps initialize Terraform with Azure backend
|
||
|
|
|
||
|
|
|
||
|
|
**Uses common library**: yes
|
||
|
|
|
||
|
|
**Has --help**: no
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
`./scripts/deployment/init-terraform.sh --help`
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
```bash
|
||
|
|
./scripts/deployment/init-terraform.sh --help
|
||
|
|
```
|