Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/iac/concepts/functions/provider-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aliases:

A provider may make **functions** available in its SDK as well as resource types. These "provider functions" are often for calling a platform API to get a value that is not part of a resource.

For example, the AWS provider includes the function [`aws.ecs.getAmi`](/registry/packages/aws/api-docs/ec2/getami/):
For example, the AWS provider includes the function [`aws.ec2.getAmi`](/registry/packages/aws/api-docs/ec2/getami/):

{{< chooser language "typescript,python,go,csharp,java,yaml" >}}

Expand Down