Skip to content

Commit

Permalink
Fix unnecesary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Oct 26, 2024
1 parent 59072e7 commit e0caf7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions provider/test-programs/imds-auth/imds-v2/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,13 @@ resources:
export PATH="/home/ec2-user/.pulumi/bin:$PATH"
cp /tmp/pulumi-resource-aws /home/ec2-user/.pulumi/bin/
chmod a+x /home/ec2-user/.pulumi/bin/pulumi-resource-aws
stat /home/ec2-user/.pulumi/bin/pulumi-resource-aws
echo "pulumi version:"
pulumi version
echo "pulumi-resource-aws version:"
pulumi-resource-aws -version
mkdir /home/ec2-user/repro
cp /tmp/Pulumi.yaml /home/ec2-user/repro/Pulumi.yaml
cd /home/ec2-user/repro
rm -rf ./pulumi-state
mkdir ./pulumi-state
export PULUMI_CONFIG_PASSPHRASE=123456
pulumi stack init dev
Expand Down

0 comments on commit e0caf7c

Please sign in to comment.