providers/aws: compile

pull/5/head
Mitchell Hashimoto 12 years ago
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…
Cancel
Save