Skip to content

Commit 472f4c8

Browse files
committed
Don't export the package IDs
1 parent 6296b4c commit 472f4c8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmd/internal/converters/deployment_process_converter.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ func (c DeploymentProcessConverter) toHcl(resource octopus.DeploymentProcess, re
136136
AcquisitionLocation: p.AcquisitionLocation,
137137
ExtractDuringDeployment: &p.ExtractDuringDeployment,
138138
FeedId: dependencies.GetResourcePointer("Feeds", p.FeedId),
139-
Id: p.Id,
140139
Properties: c.replaceIds(p.Properties, dependencies),
141140
})
142141
} else {
@@ -146,7 +145,6 @@ func (c DeploymentProcessConverter) toHcl(resource octopus.DeploymentProcess, re
146145
AcquisitionLocation: p.AcquisitionLocation,
147146
ExtractDuringDeployment: nil,
148147
FeedId: dependencies.GetResourcePointer("Feeds", p.FeedId),
149-
Id: p.Id,
150148
Properties: c.replaceIds(p.Properties, dependencies),
151149
}
152150
}

wasm/convert_project.wasm

-131 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)