Skip to content

Commit

Permalink
Merge pull request #1323 from chaodaiG/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in terraform.md
  • Loading branch information
cpanato committed May 29, 2024
2 parents c9e27f0 + 3fe83e4 commit ff088d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "ko_build" "app" {
// Report the build image's digest.
output "image" {
value = ko_build.app.image
value = ko_build.app.image_ref
}
```

Expand Down

0 comments on commit ff088d7

Please sign in to comment.