Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/force-release.yml

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

5 changes: 3 additions & 2 deletions .github/workflows/release.yml

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

1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const project = new CdktnProviderProject({
jsiiVersion: "~5.9.0", // JSII and TS should always use the same major/minor version range
devDeps: ["@cdktn/provider-project@^0.7.0"],
isDeprecated: false,
npmTrustedPublishing: true
});

project.synth();
4 changes: 2 additions & 2 deletions src/actions-hosted-runner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class ActionsHostedRunnerMachineSizeDetailsList extends cdktn.ComplexList
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down Expand Up @@ -232,7 +232,7 @@ export class ActionsHostedRunnerPublicIpsList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
6 changes: 3 additions & 3 deletions src/branch-protection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export class BranchProtectionRequiredPullRequestReviewsList extends cdktn.Comple
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down Expand Up @@ -569,7 +569,7 @@ export class BranchProtectionRequiredStatusChecksList extends cdktn.ComplexList
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down Expand Up @@ -722,7 +722,7 @@ export class BranchProtectionRestrictPushesList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-actions-environment-secrets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class DataGithubActionsEnvironmentSecretsSecretsList extends cdktn.Comple
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-actions-environment-variables/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class DataGithubActionsEnvironmentVariablesVariablesList extends cdktn.Co
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-actions-organization-secrets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class DataGithubActionsOrganizationSecretsSecretsList extends cdktn.Compl
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-actions-organization-variables/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class DataGithubActionsOrganizationVariablesVariablesList extends cdktn.C
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-actions-secrets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class DataGithubActionsSecretsSecretsList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-actions-variables/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class DataGithubActionsVariablesVariablesList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-branch-protection-rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class DataGithubBranchProtectionRulesRulesList extends cdktn.ComplexList
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-codespaces-organization-secrets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class DataGithubCodespacesOrganizationSecretsSecretsList extends cdktn.Co
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-codespaces-secrets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class DataGithubCodespacesSecretsSecretsList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-codespaces-user-secrets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class DataGithubCodespacesUserSecretsSecretsList extends cdktn.ComplexLis
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-collaborators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class DataGithubCollaboratorsCollaboratorList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-dependabot-organization-secrets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class DataGithubDependabotOrganizationSecretsSecretsList extends cdktn.Co
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-dependabot-secrets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class DataGithubDependabotSecretsSecretsList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-external-groups/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class DataGithubExternalGroupsExternalGroupsList extends cdktn.ComplexLis
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-issue-labels/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class DataGithubIssueLabelsLabelsList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-app-installations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class DataGithubOrganizationAppInstallationsInstallationsList extends cdk
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class DataGithubOrganizationExternalIdentitiesIdentitiesList extends cdkt
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-ip-allow-list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class DataGithubOrganizationIpAllowListIpAllowListStructList extends cdkt
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-repository-roles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class DataGithubOrganizationRepositoryRolesRolesList extends cdktn.Comple
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-role-teams/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class DataGithubOrganizationRoleTeamsTeamsList extends cdktn.ComplexList
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-role-users/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class DataGithubOrganizationRoleUsersUsersList extends cdktn.ComplexList
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-roles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class DataGithubOrganizationRolesRolesList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-security-managers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class DataGithubOrganizationSecurityManagersTeamsList extends cdktn.Compl
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-team-sync-groups/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class DataGithubOrganizationTeamSyncGroupsGroupsList extends cdktn.Comple
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-teams/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class DataGithubOrganizationTeamsTeamsList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-organization-webhooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class DataGithubOrganizationWebhooksWebhooksList extends cdktn.ComplexLis
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-release/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class DataGithubReleaseAssetsList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-repository-autolink-references/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class DataGithubRepositoryAutolinkReferencesAutolinkReferencesList extend
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-repository-branches/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class DataGithubRepositoryBranchesBranchesList extends cdktn.ComplexList
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-repository-custom-properties/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class DataGithubRepositoryCustomPropertiesPropertyList extends cdktn.Comp
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/data-github-repository-deploy-keys/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class DataGithubRepositoryDeployKeysKeysList extends cdktn.ComplexList {
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class DataGithubRepositoryDeploymentBranchPoliciesDeploymentBranchPolicie
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class DataGithubRepositoryEnvironmentDeploymentPoliciesPoliciesList exten
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
super(terraformResource, terraformAttribute, wrapsSet)
super(terraformResource, terraformAttribute, wrapsSet);
}

/**
Expand Down
Loading
Loading