providers/aws: compile
This commit is contained in:
parent
cc491e61bc
commit
0b9542c5b9
|
@ -7,6 +7,10 @@ import (
|
|||
type ResourceProvider struct {
|
||||
}
|
||||
|
||||
func (p *ResourceProvider) Validate(*terraform.ResourceConfig) ([]string, []error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (p *ResourceProvider) Configure(*terraform.ResourceConfig) error {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue