mirror of
https://github.com/status-im/infra-utils.git
synced 2025-02-24 09:58:18 +00:00
14 lines
278 B
Markdown
14 lines
278 B
Markdown
# Usage
|
|
|
|
There's no easy way of getting IDs of images in Alibabna Cloud so just do this:
|
|
|
|
```bash
|
|
terraform apply
|
|
terraform show
|
|
```
|
|
|
|
# Issues
|
|
|
|
We can't use Terraform `output` because it's broken for Alibaba data source:
|
|
https://github.com/alibaba/terraform-provider/issues/548
|