nutritious-church-27230
05/24/2021, 7:44 PMbillowy-army-68599
05/24/2021, 8:25 PMnutritious-church-27230
05/24/2021, 8:29 PMbillowy-army-68599
05/24/2021, 8:30 PMnutritious-church-27230
05/24/2021, 8:31 PMbillowy-army-68599
05/24/2021, 8:46 PMnutritious-church-27230
05/24/2021, 8:50 PMbillowy-army-68599
05/24/2021, 9:01 PMimport * as linode from "@pulumi/linode";
// create a new token
const newToken = new linode.Token("example", {
expiry: "2100-01-02T03:04:05Z",
label: "linodeToken",
scopes: "linodes:read_only",
})
and I set the token in the stack like so:
pulumi config set linode:token "${LINODE_TOKEN}" --secret
this provisions the token fine - I do get a warning message but it doesn't failnutritious-church-27230
05/24/2021, 9:10 PMbillowy-army-68599
05/24/2021, 9:16 PMnutritious-church-27230
05/24/2021, 9:20 PM