Skip to content

Commit

Permalink
update testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Jun 24, 2024
1 parent a5ad464 commit e231a55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/pulumiyaml/testing/test/testdata/typeddict-pp/typeddict.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
resource "main" "typeddict:index:ExampleComponent" {
myType = {
stringProp = "hello",
nestedProp = {
nestedStringProp = "world",
nestedNumberProp = 123
}
}
externalInput = {
indexDocument = "index.html"
}
}

0 comments on commit e231a55

Please sign in to comment.