cuemata/internal/schema/providers.toml

23 lines
636 B
TOML

# SPDX-FileCopyrightText: 2023 Hoang Nguyen <folliekazetani@protonmail.com>
#
# SPDX-License-Identifier: Apache-2.0
# For the list of existing Pulumi providers, see https://www.pulumi.com/registry/
[aci]
type = "github"
version = "v0.0.6"
repo_slug = "netascode/pulumi-aci"
schema_file_path = "provider/cmd/pulumi-resource-aci/schema.json"
[acme]
type = "github"
version = "v0.0.1"
repo_slug = "pulumiverse/pulumi-acme"
schema_file_path = "provider/cmd/pulumi-resource-acme/schema.json"
[aiven]
type = "github"
version = "v6.7.2"
repo_slug = "pulumi/pulumi-aiven"
schema_file_path = "provider/cmd/pulumi-resource-aiven/schema.json"