Skip to content

Commit

Permalink
Rollout improved example converter (#465)
Browse files Browse the repository at this point in the history
Rolls out improved TF example converter.
  • Loading branch information
t0yv0 authored Apr 18, 2024
1 parent bb3fecb commit 9e3fa1f
Show file tree
Hide file tree
Showing 399 changed files with 3,777 additions and 4,069 deletions.
5 changes: 5 additions & 0 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ env: # these are in plaintext in the setup script
KEYCLOAK_USER: "keycloak"
makeTemplate: bridged
plugins:
- name: terraform
version: "1.0.16"
kind: converter

- name: aws
version: "4.2.0"
actions:
Expand All @@ -16,3 +20,4 @@ actions:
run: make upstream
- name: Setup local Keycloak
run: make -C upstream local
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 4.2.0

lint_provider: provider
Expand Down
502 changes: 251 additions & 251 deletions provider/cmd/pulumi-resource-keycloak/schema.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions sdk/dotnet/AttributeImporterIdentityProviderMapper.cs

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

10 changes: 6 additions & 4 deletions sdk/dotnet/AttributeToRoleIdentityMapper.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/Authentication/Bindings.cs

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

4 changes: 2 additions & 2 deletions sdk/dotnet/Authentication/Execution.cs

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

7 changes: 4 additions & 3 deletions sdk/dotnet/CustomIdentityProviderMapping.cs

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

9 changes: 5 additions & 4 deletions sdk/dotnet/CustomUserFederation.cs

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

5 changes: 3 additions & 2 deletions sdk/dotnet/DefaultGroups.cs

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

2 changes: 1 addition & 1 deletion sdk/dotnet/DefaultRoles.cs

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

15 changes: 8 additions & 7 deletions sdk/dotnet/GenericClientProtocolMapper.cs

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

37 changes: 24 additions & 13 deletions sdk/dotnet/GenericClientRoleMapper.cs

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

5 changes: 3 additions & 2 deletions sdk/dotnet/GenericProtocolMapper.cs

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

Loading

0 comments on commit 9e3fa1f

Please sign in to comment.