Skip to content

Commit e9f29d5

Browse files
committed
Fixed comment
1 parent d52d765 commit e9f29d5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cmd/internal/converters/environment_converter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (c EnvironmentConverter) toHcl(environment octopus2.Environment, recursive
9999
file.Body().AppendUnstructuredTokens([]*hclwrite.Token{{
100100
Type: hclsyntax.TokenComment,
101101
Bytes: []byte("# To use an existing environment, delete the resource above and use the following lookup instead:\n" +
102-
"data.octopusdeploy_environments." + resourceName + ".environments[0].id\n"),
102+
"# data.octopusdeploy_environments." + resourceName + ".environments[0].id\n"),
103103
SpacesBefore: 0,
104104
}})
105105
terraformDataResource := terraform.TerraformEnvironmentData{

wasm/convert_project.wasm

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)