module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Aug 12, 2022
License: Apache-2.0
Opens a new window with license information.
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
¶
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. |
Click to show internal directories.
Click to hide internal directories.