Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garysassano/pulumi-gcp-static-website

Pulumi project that deploys a static website to GCP using Cloud Storage
https://github.com/garysassano/pulumi-gcp-static-website

gcp gcs google-cloud google-cloud-platform google-cloud-storage pulumi pulumi-gcp python static-website

Last synced: about 1 month ago
JSON representation

Pulumi project that deploys a static website to GCP using Cloud Storage

Awesome Lists containing this project

README

        

# pulumi-gcp-static-website

Pulumi project that deploys a static website to GCP using Cloud Storage.

## Resources Deployed

```sh
Type Name Plan
+ pulumi:pulumi:Stack pulumi-gcp-static-website-dev create
+ ├─ gcp:storage:Bucket website-bucket create
+ ├─ gcp:storage:BucketIAMBinding website-bucket-iam-binding create
+ └─ gcp:storage:BucketObject website-index-page create
```