numerous-processor-60508
07/08/2020, 11:05 AMgifted-student-18589
07/08/2020, 11:32 AMloud-battery-37784
07/08/2020, 1:19 PMfast-dinner-32080
07/08/2020, 3:36 PMpulumi up --target "urn:pulumi:..." --skip-preview
Resources:
+ 1 created
1698 unchanged
Duration: 8m12s
Not sure if it is expected to take that long.great-flag-86735
07/08/2020, 3:58 PMminiature-petabyte-40567
07/08/2020, 8:42 PMvar instance = new Instance(
"demo", new InstanceArgs
{
Ami = "ami-0ff2a4e004a3d5abe",
KeyName = "Demo",
InstanceType = "t3a.xlarge",
VpcSecurityGroupIds = securityGroup.Id,
SubnetId = subnetA.Id,
Tags =
{
{ "Name", "Demo" }
}
}
);
var routeTable = new RouteTable(
"demo-route-table",
new RouteTableArgs
{
VpcId = vpc.Id,
Routes =
{
new RouteTableRouteArgs
{
CidrBlock = "0.0.0.0/0",
GatewayId = gateway.Id
}
},
Tags =
{
{ "Name", "demo-route-table" }
}
}
);
limited-solstice-34584
07/08/2020, 11:36 PMlimited-solstice-34584
07/08/2020, 11:36 PMlimited-solstice-34584
07/08/2020, 11:36 PMlimited-solstice-34584
07/08/2020, 11:38 PMclever-plumber-29709
07/08/2020, 11:52 PMPULUMI_ACCESS_TOKEN
In the docs I didn't found any mention on how to use custom backed, but i found in the code it says https://github.com/pulumi/pulumi/blob/master/dist/actions/entrypoint.sh#L8 it will be possible to specify PULUMI_BACKEND_URL
I just wanted to double check to make sure of thislimited-solstice-34584
07/09/2020, 12:28 AMlimited-solstice-34584
07/09/2020, 1:39 AMlimited-solstice-34584
07/09/2020, 1:44 AMlimited-solstice-34584
07/09/2020, 1:50 AMlimited-solstice-34584
07/09/2020, 1:50 AMlimited-solstice-34584
07/09/2020, 1:50 AMlimited-solstice-34584
07/09/2020, 6:19 AMlimited-solstice-34584
07/09/2020, 6:19 AMlet secretsToStore = {
username: db.masterUsername,
password: db.masterPassword,
engine: db.engine,
port: db.port,
dbname: "macsgameboard",
dbInstanceIdentifier: db.identifier,
};
const storedPassword = new aws.secretsmanager.SecretVersion(
"macsdb_password",
{
secretId: 123,
secretString: JSON.stringify(secretsToStore),
},
{ dependsOn: db }
);
adventurous-garage-59192
07/09/2020, 6:26 AMpulumi destroy
anymore.proud-rain-51716
07/09/2020, 6:33 AMmagnificent-airport-79411
07/09/2020, 9:25 AMpulumi up -t
? I am trying to use pulumi up -t azure:apimanagement:Service
but it says, the target cannot be found.astonishing-branch-30086
07/09/2020, 9:38 AMbland-lamp-16797
07/09/2020, 10:33 AMbland-lamp-16797
07/09/2020, 10:33 AMbroad-dog-22463
07/09/2020, 12:06 PMlimited-solstice-34584
07/09/2020, 1:46 PMlimited-solstice-34584
07/09/2020, 1:46 PMlimited-solstice-34584
07/09/2020, 2:21 PMlimited-solstice-34584
07/09/2020, 2:21 PM