Skip to content

Commit

Permalink
Update datasources.mdx
Browse files Browse the repository at this point in the history
change Locals to local
  • Loading branch information
DevopsMercenary authored and lbajolet-hashicorp committed Oct 15, 2024
1 parent 3c48f26 commit cef978f
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 cef978f

Please sign in to comment.