Skip to content

Commit

Permalink
Merge pull request #191 from hashicorp/author-address
Browse files Browse the repository at this point in the history
Add author address
  • Loading branch information
skorfmann authored Aug 12, 2021
2 parents 9a7a9dd + 5d69939 commit cb6516d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface CdktfProviderProjectOptions extends JsiiProjectOptions {
}

const authorName = 'HashiCorp';
const authorUrl = 'https://hashicorp.com';
const authorAddress = 'https://hashicorp.com';
const namespace = 'cdktf';
const githubNamespace = 'hashicorp';

Expand Down Expand Up @@ -40,8 +40,8 @@ export class CdktfProviderProject extends JsiiProject {
name: `@${namespace}/provider-${providerName}`,
description: `Prebuilt ${providerName} Provider for Terraform CDK (cdktf)`,
keywords: ['cdktf', 'terraform', 'cdk', 'provider', providerName],
authorAddress,
authorName,
authorUrl,
authorOrganization: true,
defaultReleaseBranch: 'main',
repository: `https://github.com/${githubNamespace}/cdktf-provider-${providerName}.git`,
Expand Down

0 comments on commit cb6516d

Please sign in to comment.