7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
```hcl
|
|
# datasource.pkr.hcl
|
|
data "amazon-ami" "basic-example" {
|
|
// ...
|
|
}
|
|
```
|