Skip to content

Commit

Permalink
Fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
straubt1 committed Aug 27, 2024
1 parent 8e46424 commit a072997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .web-docs/components/builder/arm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ post-processor "manifest" {
strip_path = true
custom_data = {
source_image_name = "${build.SourceImageName}"
tenant_id = "${build.TenantID}"
tenant_id = "${build.TenantID}"
subscription_id = "${build.SubscriptionID}"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/builders/arm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ post-processor "manifest" {
strip_path = true
custom_data = {
source_image_name = "${build.SourceImageName}"
tenant_id = "${build.TenantID}"
tenant_id = "${build.TenantID}"
subscription_id = "${build.SubscriptionID}"
}
}
Expand Down

0 comments on commit a072997

Please sign in to comment.