5 lines
82 B
Bash
5 lines
82 B
Bash
#!/usr/bin/env bash
|
|
#%%MULTILINE_YAML_START
|
|
#Terraform validate
|
|
tofu validate
|