Skip to content

Commit

Permalink
Update Terraform-related code in Azure provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Castro, Mario committed Sep 11, 2024
1 parent c6a3c42 commit 285d512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ApplicationSynth {
public constructor(terraformStack: TerraformStack) {
this.config = readProjectConfig(process.cwd())
const azurermProvider = new AzurermProvider(terraformStack, 'azureFeature', {
features: undefined,
features: [],
})
const appPrefix = buildAppPrefix(this.config)
const resourceGroupName = createResourceGroupName(this.config.appName, this.config.environmentName)
Expand Down

0 comments on commit 285d512

Please sign in to comment.