cloud-security-audit icon indicating copy to clipboard operation
cloud-security-audit copied to clipboard

/perun/helpers/formathelpers.go:171:32: impossible type assertion

Open arall opened this issue 3 years ago • 0 comments

I'm getting the following error when installing:

go get -t -v ./...
github.com/Appliscale/perun/helpers
# github.com/Appliscale/perun/helpers
../perun/helpers/formathelpers.go:171:32: impossible type assertion:
	map[string]interface {} does not implement "github.com/awslabs/goformation/cloudformation".Resource (missing AWSCloudFormationType method)
make: *** [get-deps] Error 2

arall avatar Aug 14 '20 07:08 arall