ripe-xylophone-26538
07/06/2020, 3:50 PMdazzling-sundown-39670
07/06/2020, 5:09 PMtemplate:
config:
subdomain:
description: The subdomain this deploy is using
default: m2
When is default
used? Is this only for documentation? In Pulumi.yaml
famous-bear-66383
07/07/2020, 8:29 AMnumerous-processor-60508
07/07/2020, 1:05 PMrhythmic-napkin-82334
07/07/2020, 1:51 PMfamous-jelly-72366
07/07/2020, 2:06 PMcold-island-72970
07/07/2020, 4:10 PMcold-island-72970
07/07/2020, 4:11 PMcold-island-72970
07/07/2020, 4:11 PMbest-lifeguard-91445
07/07/2020, 4:25 PMerror: Preview failed: refreshing urn:pulumi:stage::aws::aws:cloudfront/originAccessIdentity:OriginAccessIdentity::cf-use1-stage-access-identity-cloudfront: NoSuchCloudFrontOriginAccessIdentity: The specified CloudFront origin access identity does not exist.
How do I fix this?calm-pizza-15027
07/07/2020, 6:04 PMcalm-pizza-15027
07/07/2020, 6:16 PMdazzling-art-91796
07/08/2020, 1:00 AMvictorious-gigabyte-4729
07/08/2020, 4:15 AMmagnificent-airport-79411
07/08/2020, 7:51 AMnumerous-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 AM