cuemata/internal/schema/providers.toml

24 lines
636 B
TOML
Raw Normal View History

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