Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garysassano/pulumi-gcp-static-website
- Owner: garysassano
- Created: 2023-04-09T01:55:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T18:32:34.000Z (6 months ago)
- Last Synced: 2024-07-14T19:53:03.521Z (6 months ago)
- Topics: gcp, gcs, google-cloud, google-cloud-platform, google-cloud-storage, pulumi, pulumi-gcp, python, static-website
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```