Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
remove "getting started" stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright committed May 10, 2024
1 parent 7429cba commit bd53431
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 24 deletions.
2 changes: 0 additions & 2 deletions themes/default/content/docs/esc/other-integrations/direnv.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,3 @@ You can then retrieve the value of the environment variable:
$ echo $ESC_HELLO
Hello, <your-pulumi-login>!
```

{{< get-started-stepper >}}
2 changes: 0 additions & 2 deletions themes/default/content/docs/esc/other-integrations/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,3 @@ $ esc run <your-environment-name> -- sh -c 'echo ${docker.password} | docker log
Login Succeeded
```

{{< get-started-stepper >}}
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,3 @@ values:

When this environment is opened, expect to see a combination
of environment variables and files.

{{< get-started-stepper >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module aws-simulated-server-interpolate-go

go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.18.0
github.com/pulumi/pulumi/sdk/v3 v3.102.0
)
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module awsx-ecr-eks-deployment-service-go
module awsx-ecr-eks-deployment-service-yaml

go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.2.0
github.com/pulumi/pulumi-eks/sdk/v2 v2.0.0
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.6.1
github.com/pulumi/pulumi/sdk/v3 v3.100.0
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.5.4
github.com/pulumi/pulumi/sdk/v3 v3.92.0
)
6 changes: 3 additions & 3 deletions themes/default/static/programs/awsx-ecr-image-go/go.mod.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module awsx-ecr-image-go
module repo-go

go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0
github.com/pulumi/pulumi/sdk/v3 v3.100.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.2.0
github.com/pulumi/pulumi/sdk/v3 v3.91.1
)
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module awsx-ecr-repository-go
go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0
github.com/pulumi/pulumi/sdk/v3 v3.100.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.3.0
github.com/pulumi/pulumi/sdk/v3 v3.93.0
)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module awsx-load-balanced-fargate-nginx-go
go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0
github.com/pulumi/pulumi/sdk/v3 v3.100.0
github.com/pulumi/pulumi-aws/sdk/v6 v6.10.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.2.0
github.com/pulumi/pulumi/sdk/v3 v3.93.0
)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module awsx-load-balanced-fargate-nginx-go
go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0
github.com/pulumi/pulumi/sdk/v3 v3.100.0
github.com/pulumi/pulumi-aws/sdk/v6 v6.10.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.2.0
github.com/pulumi/pulumi/sdk/v3 v3.93.0
)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module awsx-vpc-fargate-service-yaml
go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0
github.com/pulumi/pulumi/sdk/v3 v3.100.0
github.com/pulumi/pulumi-aws/sdk/v6 v6.10.0
github.com/pulumi/pulumi-awsx/sdk/v2 v2.2.0
github.com/pulumi/pulumi/sdk/v3 v3.93.0
)

0 comments on commit bd53431

Please sign in to comment.