pulumi-scaleway-instances


Namepulumi-scaleway-instances JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://cloudysky.software
SummaryA Pulumi package for creating and managing Scaleway Instances resources.
upload_time2023-04-03 04:51:33
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi scaleway-instances category/cloud kind/native
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pulumi Native Provider for Scaleway Instances (Preview)

[Scaleway Instances](https://www.scaleway.com/en/virtual-instances/). Build, deploy and scale applications on Europe's most complete cloud ecosystem.

> This provider was generated using [`pulschema`](https://github.com/cloudy-sky-software/pulschema) and [`pulumi-provider-framework`](https://github.com/cloudy-sky-software/pulumi-provider-framework).

## Package SDKs

- Node.js: https://www.npmjs.com/package/@cloudyskysoftware/pulumi-scaleway-instances
- Python: https://pypi.org/project/pulumi_scaleway_instances/
- .NET: https://www.nuget.org/packages/Pulumi.ScalewayInstances
- Go: `import github.com/cloudy-sky-software/pulumi-scaleway-instances/sdk/go/sclwyinst`

## Using The Provider

You'll need an API key. Follow Scaleway's [docs](https://developers.scaleway.com/en/quickstart/#authentication) to create one or head straight to the [credential section](https://console.scaleway.com/project/credentials) in their web console.
Then set the API key as a secret with `pulumi config set --secret scaleway-instances:apiKey`.

## Releasing A New Version

:info: Switch to the `main` branch first and get the latest `git pull origin main && git fetch`. Check what the last release tag was.

1. Regular releases should just increment the patch version unless a minor or a major (breaking changes) version bump is warranted.
1. Update the `CHANGELOG.md` with notes about what will be included in this release.
1. Commit the changelog with `git commit -am "vX.Y.Z"` or something similar and push `git push origin main`.
1. Tag the commit with the release version by running

   ```bash
   git tag vX.Y.Z
   git tag sdk/vX.Y.Z
   ```

1. Push the tags.

   ```bash
   git push --tags
   ```



            

Raw data

            {
    "_id": null,
    "home_page": "https://cloudysky.software",
    "name": "pulumi-scaleway-instances",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi scaleway-instances category/cloud kind/native",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f3/8a/a4e2fdf80e6f47a01e264f1c0063c113eae9144cfa67eaea3174b20a812b/pulumi_scaleway_instances-0.0.7.tar.gz",
    "platform": null,
    "description": "# Pulumi Native Provider for Scaleway Instances (Preview)\n\n[Scaleway Instances](https://www.scaleway.com/en/virtual-instances/). Build, deploy and scale applications on Europe's most complete cloud ecosystem.\n\n> This provider was generated using [`pulschema`](https://github.com/cloudy-sky-software/pulschema) and [`pulumi-provider-framework`](https://github.com/cloudy-sky-software/pulumi-provider-framework).\n\n## Package SDKs\n\n- Node.js: https://www.npmjs.com/package/@cloudyskysoftware/pulumi-scaleway-instances\n- Python: https://pypi.org/project/pulumi_scaleway_instances/\n- .NET: https://www.nuget.org/packages/Pulumi.ScalewayInstances\n- Go: `import github.com/cloudy-sky-software/pulumi-scaleway-instances/sdk/go/sclwyinst`\n\n## Using The Provider\n\nYou'll need an API key. Follow Scaleway's [docs](https://developers.scaleway.com/en/quickstart/#authentication) to create one or head straight to the [credential section](https://console.scaleway.com/project/credentials) in their web console.\nThen set the API key as a secret with `pulumi config set --secret scaleway-instances:apiKey`.\n\n## Releasing A New Version\n\n:info: Switch to the `main` branch first and get the latest `git pull origin main && git fetch`. Check what the last release tag was.\n\n1. Regular releases should just increment the patch version unless a minor or a major (breaking changes) version bump is warranted.\n1. Update the `CHANGELOG.md` with notes about what will be included in this release.\n1. Commit the changelog with `git commit -am \"vX.Y.Z\"` or something similar and push `git push origin main`.\n1. Tag the commit with the release version by running\n\n   ```bash\n   git tag vX.Y.Z\n   git tag sdk/vX.Y.Z\n   ```\n\n1. Push the tags.\n\n   ```bash\n   git push --tags\n   ```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Scaleway Instances resources.",
    "version": "0.0.7",
    "split_keywords": [
        "pulumi",
        "scaleway-instances",
        "category/cloud",
        "kind/native"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f38aa4e2fdf80e6f47a01e264f1c0063c113eae9144cfa67eaea3174b20a812b",
                "md5": "1c777c9f1e7f8f843a22c7b879186763",
                "sha256": "c64b9176edfbe935a8d3449d3032f007bb6f3d4930aeae45be713fc3d56f4661"
            },
            "downloads": -1,
            "filename": "pulumi_scaleway_instances-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "1c777c9f1e7f8f843a22c7b879186763",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 53152,
            "upload_time": "2023-04-03T04:51:33",
            "upload_time_iso_8601": "2023-04-03T04:51:33.079502Z",
            "url": "https://files.pythonhosted.org/packages/f3/8a/a4e2fdf80e6f47a01e264f1c0063c113eae9144cfa67eaea3174b20a812b/pulumi_scaleway_instances-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-03 04:51:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pulumi-scaleway-instances"
}
        
Elapsed time: 0.10241s