Skip to content

Commit

Permalink
backport of commit 90022dc
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsMercenary authored Oct 12, 2024
1 parent 91c806a commit 0cf8994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ locals {
```hcl
// in a source
source "amazon-ebs" "basic-example" {
source_ami = locals.source_ami
source_ami = local.source_ami
// ...
}
```
Expand Down

0 comments on commit 0cf8994

Please sign in to comment.