Skip to content

Commit

Permalink
Pin provider version until integrations/terraform-provider-github#910
Browse files Browse the repository at this point in the history
…is fixed
  • Loading branch information
skorfmann committed Sep 23, 2021
1 parent e6a3a61 commit a34900a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,7 @@ class TerraformCdkProviderStack extends TerraformStack {
}

const app = new App();
new TerraformCdkProviderStack(app, 'repos');
const stack = new TerraformCdkProviderStack(app, 'repos');
// Override until https://github.com/integrations/terraform-provider-github/issues/910 is fixed
stack.addOverride('terraform.required_providers.github.version', '4.14.0');
app.synth();

0 comments on commit a34900a

Please sign in to comment.