pulumi-google-cloud-static-website

module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2022 License: Apache-2.0

README

pulumi-google-cloud-static-website

Still very much 🚧 👷.

Usage

import { Website } from "@pulumi/google-cloud-static-website";

const site = new Website("site", {
    sitePath: "./site",
});

export const { originURL } = site;
name: my-website
runtime: yaml
description: A static website built with pulumi-google-cloud-static-website.

resources:
  site:
    type: google-cloud-static-website:index:Website
    properties:
      sitePath: ./site

outputs:
  originURL: ${site.originURL}

Directories

Path Synopsis
sdk
go/google-cloud-static-website
Package google-cloud-static-website exports types, functions, subpackages for provisioning google-cloud-static-website resources.
Package google-cloud-static-website exports types, functions, subpackages for provisioning google-cloud-static-website resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL