We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb76598 commit 9a9c906Copy full SHA for 9a9c906
internal/hcl/hcl.go
@@ -62,8 +62,8 @@ func ClusterToAdvancedCluster(config []byte) ([]byte, error) {
62
return parser.Bytes(), nil
63
}
64
65
-func isFreeTier(resourceBody *hclwrite.Body) bool {
66
- return resourceBody.FirstMatchingBlock(strReplicationSpecs, nil) == nil
+func isFreeTier(body *hclwrite.Body) bool {
+ return body.FirstMatchingBlock(strReplicationSpecs, nil) == nil
67
68
69
func fillFreeTier(body *hclwrite.Body) error {
0 commit comments