Skip to content

Commit

Permalink
add key value store to provider interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jan 22, 2024
1 parent c6845ab commit 92c6137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud/common/deploy/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ type NitricPulumiProvider interface {
Websocket(ctx *pulumi.Context, parent pulumi.Resource, name string, config *deploymentspb.Websocket) error
// Policy - Deploy a Policy
Policy(ctx *pulumi.Context, parent pulumi.Resource, name string, config *deploymentspb.Policy) error
// KeyValueStore - Deploy a Key Value Store
KeyValueStore(ctx *pulumi.Context, parent pulumi.Resource, name string, config *deploymentspb.KeyValueStore) error

// Post - Called after all resources have been created, before the Pulumi Context is concluded
Post(ctx *pulumi.Context) error
Expand Down

0 comments on commit 92c6137

Please sign in to comment.