Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Oct 20, 2023
1 parent 0a6d9c7 commit 11be190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/units/shell/terraform/kubernetes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (u *Unit) genMainCodeBlock() ([]byte, error) {
for key, manifest := range u.Inputs {
unitBlock := rootBody.AppendNewBlock("resource", []string{"kubernetes_manifest", key})
unitBody := unitBlock.Body()
tokens := hclwrite.Tokens{&hclwrite.Token{Type: hclsyntax.TokenQuotedLit, Bytes: []byte(" kubernete"), SpacesBefore: 1}}
tokens := hclwrite.Tokens{&hclwrite.Token{Type: hclsyntax.TokenQuotedLit, Bytes: []byte(" kubernetes"), SpacesBefore: 1}}
unitBody.SetAttributeRaw("provider", tokens)
ctyVal, err := hcltools.InterfaceToCty(manifest)
if err != nil {
Expand Down

0 comments on commit 11be190

Please sign in to comment.