Skip to content

Commit

Permalink
Rollout improved example converter (#505)
Browse files Browse the repository at this point in the history
Rolls out improved TF example converter.
  • Loading branch information
t0yv0 authored Apr 19, 2024
1 parent 4a2e5ac commit 46bd439
Show file tree
Hide file tree
Showing 98 changed files with 1,073 additions and 1,791 deletions.
5 changes: 5 additions & 0 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ env:
FASTLY_API_KEY: ${{ secrets.FASTLY_API_KEY }}
makeTemplate: bridged
plugins:
- name: terraform
version: "1.0.16"
kind: converter

- name: aws
version: "5.0.0"
- name: tls
version: "4.0.0"
team: ecosystem
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
.pulumi/bin/pulumi plugin install resource aws 5.0.0
.pulumi/bin/pulumi plugin install resource tls 4.0.0

Expand Down
506 changes: 253 additions & 253 deletions provider/cmd/pulumi-resource-fastly/schema.json

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions sdk/dotnet/Alert.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions sdk/dotnet/Configstore.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions sdk/dotnet/GetDictionaries.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 16 additions & 14 deletions sdk/dotnet/GetFastlyIpRanges.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions sdk/dotnet/GetPackageHash.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 14 additions & 20 deletions sdk/dotnet/GetTlsActivationIds.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions sdk/dotnet/GetTlsCertificateIds.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions sdk/dotnet/GetTlsConfiguration.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 46bd439

Please sign in to comment.