Skip to content

Commit

Permalink
Merge pull request #21 from spacelift-io/future
Browse files Browse the repository at this point in the history
updated pulumi csharpname on the stack
  • Loading branch information
Yantrio authored Oct 11, 2022
2 parents 827b92c + 6b60e83 commit c902b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func Provider() tfbridge.ProviderInfo {
"spacelift_space": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "Space")},
"spacelift_stack": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "Stack"), Fields: map[string]*tfbridge.SchemaInfo{
"pulumi": {
CSharpName: "CSHARPPULUMI",
CSharpName: "pulumi_backend",
},
}},
"spacelift_stack_aws_role": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "StackAwsRole")},
Expand Down

0 comments on commit c902b11

Please sign in to comment.