1. Packages
  2. Google Cloud Static Website
  3. Installation & Configuration
Google Cloud Static Website v0.0.3 published on Monday, Sep 19, 2022 by Pulumi

Google Cloud Static Website: Installation & Configuration

google-cloud-static-website logo
Google Cloud Static Website v0.0.3 published on Monday, Sep 19, 2022 by Pulumi

    Installation

    The Pulumi Google Cloud Static Website component is available as a package in all Pulumi languages:

    If you are new to Pulumi and do not yet have Pulumi installed, see our getting started guide to get up and running.

    Install the SDK package corresponding to the language or runtime you are using. If using YAML or one of our other markup languages, this step can be skipped.

    NodeJS

    npm install @pulumi/google-cloud-static-website
    

    Python

    pip3 install pulumi_google_cloud_static_website
    

    Go

    go get -t github.com/pulumi/pulumi-google-cloud-static-website/sdk
    

    .NET

    dotnet add package Pulumi.GoogleCloudStaticWebsite
    

    This package can then be consumed just like any other package by importing it into your project (e.g. import * as website from '@pulumi/google-cloud-static-website')

    google-cloud-static-website logo
    Google Cloud Static Website v0.0.3 published on Monday, Sep 19, 2022 by Pulumi