modern-tent-49484
02/24/2022, 10:18 AMpulumi config get google-native:region
, but I can't do config.require("google-native:region")
?bored-table-20691
02/24/2022, 10:26 AMmodern-tent-49484
02/24/2022, 11:01 AMconst googleNativeConfig = new Config("google-native");
const region = googleNativeConfig.require("region");
bored-table-20691
02/24/2022, 11:34 AM