Syntax check and fixing
This commit is contained in:
@@ -18,10 +18,10 @@ limitations under the License.
|
||||
package decort
|
||||
|
||||
import (
|
||||
"log"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
// "github.com/hashicorp/terraform/helper/validation"
|
||||
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
|
||||
// "github.com/hashicorp/terraform-plugin-sdk/helper/validation"
|
||||
)
|
||||
|
||||
func parseGuestLogins(logins []OsUserRecord) []interface{} {
|
||||
|
||||
Reference in New Issue
Block a user