adventurous-camera-87788
05/19/2021, 9:25 PMazure-native
module & couldn't find a way to specify that I want redis version 6.0.3 and by default it creates redis version 4.0.14. Can someone please help?witty-candle-66007
05/19/2021, 9:54 PMadventurous-camera-87788
05/19/2021, 9:59 PMwitty-candle-66007
05/19/2021, 10:37 PMtall-librarian-49374
05/20/2021, 6:00 AMredisVersion
property to 6
: https://www.pulumi.com/docs/reference/pkg/azure-native/cache/redis/#redisversion_nodejsimport * as cache from '@pulumi/azure-native/cache/v20201201
adventurous-camera-87788
05/20/2021, 7:14 PMError: Cannot find module '@pulumi/azure-native/cache/v20201201'
.const cache = require("@pulumi/azure-native/cache/v20201201");
tall-librarian-49374
05/21/2021, 5:55 AMadventurous-camera-87788
05/21/2021, 1:10 PMv20200601
.but no luck 😞tall-librarian-49374
05/21/2021, 2:40 PMadventurous-camera-87788
05/24/2021, 4:28 PMtall-librarian-49374
05/24/2021, 5:49 PMthe provider versionyou can look this up by looking at which version of
@pulumi/azure-native
is used in your NPM lock fileadventurous-camera-87788
05/24/2021, 6:30 PM