mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/aws: compile
This commit is contained in:
parent
cc491e61bc
commit
0b9542c5b9
@ -7,6 +7,10 @@ import (
|
|||||||
type ResourceProvider struct {
|
type ResourceProvider struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (p *ResourceProvider) Validate(*terraform.ResourceConfig) ([]string, []error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
func (p *ResourceProvider) Configure(*terraform.ResourceConfig) error {
|
func (p *ResourceProvider) Configure(*terraform.ResourceConfig) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user