From 8e795215f36c7ebf74343f82ff68cc5e59de91ee Mon Sep 17 00:00:00 2001 From: Florian Stadler Date: Fri, 15 Nov 2024 13:45:12 +0100 Subject: [PATCH] Fix TestIMDSAuth test by increasing root volume size --- provider/test-programs/imds-auth/imds-v2/Pulumi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/provider/test-programs/imds-auth/imds-v2/Pulumi.yaml b/provider/test-programs/imds-auth/imds-v2/Pulumi.yaml index bc119d7277f..8e9984ed681 100644 --- a/provider/test-programs/imds-auth/imds-v2/Pulumi.yaml +++ b/provider/test-programs/imds-auth/imds-v2/Pulumi.yaml @@ -118,6 +118,8 @@ resources: httpPutResponseHopLimit: 1 vpcSecurityGroupIds: - ${segroup} + rootBlockDevice: + volumeSize: 20 userData: | #!/bin/bash # Reconfigure SSHD - workaround for pulumi Command issues