Skip to content

Commit

Permalink
Rollout improved example converter (#490)
Browse files Browse the repository at this point in the history
Rolls out improved example converter.
  • Loading branch information
t0yv0 authored Apr 17, 2024
1 parent 0c9cd57 commit 669c995
Show file tree
Hide file tree
Showing 3 changed files with 833 additions and 827 deletions.
5 changes: 5 additions & 0 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ env:
AKAMAI_CLIENT_TOKEN: ${{ secrets.AKAMAI_CLIENT_TOKEN }}
AKAMAI_CLIENT_SECRET: ${{ secrets.AKAMAI_CLIENT_SECRET }}
makeTemplate: bridged
plugins:
- name: terraform
version: "1.0.16"
kind: converter
pulumiConvert: 1
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION := $(shell pulumictl get version)
JAVA_GEN := pulumi-java-gen
TESTPARALLELISM := 10
WORKING_DIR := $(shell pwd)
PULUMI_CONVERT := 0
PULUMI_CONVERT := 1

development: install_plugins provider build_sdks install_sdks

Expand Down Expand Up @@ -111,6 +111,7 @@ install_nodejs_sdk:
install_plugins: export PULUMI_HOME := $(WORKING_DIR)/.pulumi
install_plugins: export PATH := $(WORKING_DIR)/.pulumi/bin:$(PATH)
install_plugins: .pulumi/bin/pulumi
.pulumi/bin/pulumi plugin install converter terraform 1.0.16

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

0 comments on commit 669c995

Please sign in to comment.