Skip to content

Commit

Permalink
Update metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored and github-actions[bot] committed Jul 29, 2023
1 parent 68856b2 commit c061bd9
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions metadata/dist/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2838,6 +2838,91 @@
}
}
},
"scaleway-go": {
"name": "scaleway-go",
"runtime": "go",
"template": {
"description": "A minimal Scaleway Go program",
"config": {
"scaleway:project_id": {
"description": "The Scaleway project ID"
},
"scaleway:region": {
"description": "The Scaleway region to deploy into",
"default": "fr-par"
}
}
}
},
"scaleway-javascript": {
"name": "scaleway-javascript",
"runtime": {
"name": "nodejs",
"options": {
"typescript": false
}
},
"template": {
"description": "A minimal Scaleway JavaScript program",
"config": {
"scaleway:project_id": {
"description": "The Scaleway project ID"
},
"scaleway:region": {
"description": "The Scaleway region to deploy into",
"default": "fr-par"
}
}
}
},
"scaleway-python": {
"name": "scaleway-python",
"runtime": "python",
"template": {
"description": "A minimal Scaleway Python program",
"config": {
"scaleway:project_id": {
"description": "The Scaleway project ID"
},
"scaleway:region": {
"description": "The Scaleway region to deploy into",
"default": "fr-par"
}
}
}
},
"scaleway-typescript": {
"name": "scaleway-typescript",
"runtime": "nodejs",
"template": {
"description": "A minimal Scaleway TypeScript program",
"config": {
"scaleway:project_id": {
"description": "The Scaleway project ID"
},
"scaleway:region": {
"description": "The Scaleway region to deploy into",
"default": "fr-par"
}
}
}
},
"scaleway-yaml": {
"name": "scaleway-yaml",
"runtime": "yaml",
"template": {
"description": "A minimal Scaleway Pulumi YAML program",
"config": {
"scaleway:project_id": {
"description": "The Scaleway project ID"
},
"scaleway:region": {
"description": "The Scaleway region to deploy into",
"default": "fr-par"
}
}
}
},
"serverless-aws-csharp": {
"name": "serverless-aws-csharp",
"runtime": "dotnet",
Expand Down

0 comments on commit c061bd9

Please sign in to comment.