From 00a5646c79c7dc4416c04eed4a1c4268e4dc839e Mon Sep 17 00:00:00 2001 From: "nasser.gonzalez@gmail.com" Date: Thu, 2 Jan 2025 15:45:26 +0000 Subject: [PATCH] feat: [IAC-2855]: Remove workspaceId as requirement and add moduleId --- v0/pipeline.json | 2 +- v0/pipeline/stages/iacm/iacmstage-config-impl.yaml | 2 +- v0/template.json | 2 +- v1/pipeline.json | 2 +- v1/pipeline/stages/iacm/iacmstage-config-impl.yaml | 2 +- v1/template.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v0/pipeline.json b/v0/pipeline.json index eab6fb86..117cd969 100644 --- a/v0/pipeline.json +++ b/v0/pipeline.json @@ -835,7 +835,7 @@ "type" : "string" }, "moduleId" : { - "type" : "integer" + "type" : "string" }, "description" : { "desc" : "This is the description for IACMStageConfigImpl" diff --git a/v0/pipeline/stages/iacm/iacmstage-config-impl.yaml b/v0/pipeline/stages/iacm/iacmstage-config-impl.yaml index fa8b62a7..81c8735b 100644 --- a/v0/pipeline/stages/iacm/iacmstage-config-impl.yaml +++ b/v0/pipeline/stages/iacm/iacmstage-config-impl.yaml @@ -45,7 +45,7 @@ properties: workspace: type: string moduleId: - type: integer + type: string description: desc: This is the description for IACMStageConfigImpl $schema: http://json-schema.org/draft-07/schema# diff --git a/v0/template.json b/v0/template.json index f8a2460e..871a9ac7 100644 --- a/v0/template.json +++ b/v0/template.json @@ -84533,7 +84533,7 @@ "type" : "string" }, "moduleId" : { - "type" : "integer" + "type" : "string" }, "description" : { "desc" : "This is the description for IACMStageConfigImpl" diff --git a/v1/pipeline.json b/v1/pipeline.json index 15138c79..ca0523a5 100644 --- a/v1/pipeline.json +++ b/v1/pipeline.json @@ -328,7 +328,7 @@ "type" : "string" }, "moduleId" : { - "type" : "integer" + "type" : "string" }, "description" : { "desc" : "This is the description for IACMStageConfigImpl" diff --git a/v1/pipeline/stages/iacm/iacmstage-config-impl.yaml b/v1/pipeline/stages/iacm/iacmstage-config-impl.yaml index eb7f4b2a..1acdd28b 100644 --- a/v1/pipeline/stages/iacm/iacmstage-config-impl.yaml +++ b/v1/pipeline/stages/iacm/iacmstage-config-impl.yaml @@ -45,7 +45,7 @@ properties: workspace: type: string moduleId: - type: integer + type: string description: desc: This is the description for IACMStageConfigImpl $schema: http://json-schema.org/draft-07/schema# diff --git a/v1/template.json b/v1/template.json index 4a8e9378..8ef2886d 100644 --- a/v1/template.json +++ b/v1/template.json @@ -70788,7 +70788,7 @@ "type" : "string" }, "moduleId" : { - "type" : "integer" + "type" : "string" }, "description" : { "desc" : "This is the description for IACMStageConfigImpl"