https://pulumi.com logo
Title
m

melodic-byte-32771

04/13/2020, 9:10 AM
I have a problem with setting the error page for the storage static website settings This is what I am doing:
storageAccount = new azure.storage.Account(`account`, {
    resourceGroupName: resourceGroup.name,
    accountReplicationType: 'LRS',
    accountTier: 'Standard',
    accountKind: 'StorageV2',
    staticWebsite: {
      indexDocument: 'index.html',
      error404Document: 'index.html'
    }
  });
this is what I receive
azure:storage/account:Account resource 'account' has a problem: static_website.0: invalid or unknown key: error404_document
t

tall-librarian-49374

04/13/2020, 10:29 AM
m

melodic-byte-32771

04/13/2020, 10:34 AM
Yes thx 😉 just saw the difference in terraform too, do you think there is a workaround somehow ?
t

tall-librarian-49374

04/13/2020, 10:48 AM
I can’t think of any…