Skip to content

Commit

Permalink
Merge pull request #390 from pulumi/friel/docker-plugin
Browse files Browse the repository at this point in the history
docker: Add AWS plugin for ECR examples gen
  • Loading branch information
AaronFriel authored Apr 24, 2023
2 parents 8ae1734 + 06cf086 commit ebf4439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider-ci/providers/docker/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ upstream-provider-org: kreuzwerker
makeTemplate: bridged
docsCmd: "cd provider/pkg/docs-gen/examples/ && go run generate.go ./yaml ./"
hybrid: true
plugins:
- name: aws
version: "5.37.0"
team: ecosystem
1 change: 1 addition & 0 deletions provider-ci/providers/docker/repo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ install_nodejs_sdk:

install_plugins:
[ -x "$(shell command -v pulumi 2>/dev/null)" ] || curl -fsSL https://get.pulumi.com | sh
pulumi plugin install resource aws 5.37.0

lint_provider: provider
cd provider && golangci-lint run -c ../.golangci.yml
Expand Down

0 comments on commit ebf4439

Please sign in to comment.