This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "aws", | |
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.", | |
"keywords": [ | |
"pulumi", | |
"aws" | |
], | |
"homepage": "https://pulumi.io", | |
"license": "Apache-2.0", | |
"attribution": "This Pulumi package is based on the [`aws` Terraform Provider](https://github.com/hashicorp/terraform-provider-aws).", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gcp", | |
"description": "A Pulumi package for creating and managing Google Cloud Platform resources.", | |
"keywords": [ | |
"pulumi", | |
"gcp" | |
], | |
"homepage": "https://pulumi.io", | |
"license": "Apache-2.0", | |
"attribution": "This Pulumi package is based on the [`google-beta` Terraform Provider](https://github.com/hashicorp/terraform-provider-google-beta).", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "github", | |
"description": "A Pulumi package for creating and managing github cloud resources.", | |
"keywords": [ | |
"pulumi", | |
"github" | |
], | |
"homepage": "https://pulumi.io", | |
"license": "Apache-2.0", | |
"attribution": "This Pulumi package is based on the [`github` Terraform Provider](https://github.com/integrations/terraform-provider-github).", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "google-native", | |
"displayName": "Google Cloud Native", | |
"config": { | |
"variables": { | |
"appendUserAgent": { | |
"type": "string", | |
"description": "Additional user-agent string to append to the default one (<prod_name>/<ver>)." | |
}, | |
"disablePartnerName": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "kubernetes", | |
"displayName": "Kubernetes", | |
"config": { | |
"variables": { | |
"cluster": { | |
"type": "string", | |
"description": "If present, the name of the kubeconfig cluster to use." | |
}, | |
"context": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "azure", | |
"meta": { | |
"moduleFormat": "(.*)(?:/[^/]*)" | |
}, | |
"config": { | |
"variables": { | |
"auxiliaryTenantIds": { | |
"type": "array", | |
"items": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "azure-native", | |
"displayName": "Azure Native", | |
"config": { | |
"variables": { | |
"auxiliaryTenantIds": { | |
"type": "array", | |
"items": { | |
"type": "string" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gcp", | |
"meta": { | |
"moduleFormat": "(.*)(?:/[^/]*)" | |
}, | |
"config": { | |
"variables": { | |
"accessApprovalCustomEndpoint": { | |
"type": "string" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "google-native", | |
"displayName": "Google Cloud Native", | |
"config": { | |
"variables": { | |
"appendUserAgent": { | |
"type": "string", | |
"description": "Additional user-agent string to append to the default one (<prod_name>/<ver>)." | |
}, | |
"disablePartnerName": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "kubernetes", | |
"displayName": "Kubernetes", | |
"config": { | |
"variables": { | |
"cluster": { | |
"type": "string", | |
"description": "If present, the name of the kubeconfig cluster to use." | |
}, | |
"context": { |
OlderNewer