@pulumi/harness 0.14.0 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/output.d.ts CHANGED
@@ -38470,6 +38470,10 @@ export declare namespace platform {
38470
38470
  * File path of the Entity in the repository.
38471
38471
  */
38472
38472
  filePath?: string;
38473
+ /**
38474
+ * Force import from Git even if the file path is already imported.
38475
+ */
38476
+ isForceImport?: boolean;
38473
38477
  /**
38474
38478
  * Name of the repository.
38475
38479
  */