Skip to content

Commit

Permalink
Merge pull request #1 from CrowdSalat/main
Browse files Browse the repository at this point in the history
Add codespace
  • Loading branch information
CrowdSalat authored Nov 2, 2023
2 parents 3af524f + 6e8decb commit de0759c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/pulumi:1": {
"bashCompletion": true,
"version": "3.43.0"
},
"ghcr.io/dhoeric/features/google-cloud-cli:1": {}
}
}
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# pulumi-challenge
Repository for the viadee plumi educational challenge
Repository for the viadee pulumi educational challenge

https://viadee.github.io/pulumi-challenge/
[Start challenge](https://viadee.github.io/pulumi-challenge/)

## URLs:

https://viadee.github.io/pulumi-challenge/vorbereitung
https://viadee.github.io/pulumi-challenge/einrichtung
https://viadee.github.io/pulumi-challenge/todo-app
https://viadee.github.io/pulumi-challenge/postgres-db
https://viadee.github.io/pulumi-challenge/webhook
1. https://viadee.github.io/pulumi-challenge/vorbereitung
2. https://viadee.github.io/pulumi-challenge/einrichtung
3. https://viadee.github.io/pulumi-challenge/todo-app
4. https://viadee.github.io/pulumi-challenge/postgres-db
5. https://viadee.github.io/pulumi-challenge/webhook

0 comments on commit de0759c

Please sign in to comment.