Skip to content

Commit

Permalink
change method name
Browse files Browse the repository at this point in the history
  • Loading branch information
polkx committed Jul 16, 2024
1 parent a103dd9 commit 98e5098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/besom/internal/StackReference.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ trait StackReferenceFactory:
Context().readOrRegisterResource[StackReference, StackReferenceArgs]("pulumi:pulumi:StackReference", name, stackRefArgs, mergedOpts)
}

def apply[T](using
def typed[T](using
ctx: Context,
jr: JsonReader[T]
)(name: NonEmptyString, args: Input.Optional[StackReferenceArgs], opts: StackReferenceResourceOptions): Output[TypedStackReference[T]] =
Expand Down

0 comments on commit 98e5098

Please sign in to comment.