Skip to content

Commit 0987a15

Browse files
thomhurstthomhurst
andauthored
chore: Update packer CLI options (#2631)
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
1 parent f571f91 commit 0987a15

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/ModularPipelines.Packer/AssemblyInfo.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
using System.Reflection;
77

88
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "packer")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-05-10T03:18:23.4423708Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-05-17T03:19:07.4953302Z")]

src/ModularPipelines.Packer/Options/PackerBuildOptions.Generated.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,10 @@ public record PackerBuildOptions : PackerOptions
9999
[CliFlag("--use-sequential-evaluation")]
100100
public bool? UseSequentialEvaluation { get; set; }
101101

102+
/// <summary>
103+
/// Skip injection of HCP Packer enforced provisioners.
104+
/// </summary>
105+
[CliFlag("--skip-enforcement")]
106+
public bool? SkipEnforcement { get; set; }
107+
102108
}

0 commit comments

Comments
 (0)