mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/aws: adhere to interface
This commit is contained in:
parent
5dbb9c821a
commit
7fa9bedefd
@ -44,6 +44,11 @@ func (p *ResourceProvider) Diff(
|
||||
return b.Diff(s, c)
|
||||
}
|
||||
|
||||
func (p *ResourceProvider) Refresh(
|
||||
s *terraform.ResourceState) (*terraform.ResourceState, error) {
|
||||
return s, nil
|
||||
}
|
||||
|
||||
func (p *ResourceProvider) Resources() []terraform.ResourceType {
|
||||
return []terraform.ResourceType{
|
||||
terraform.ResourceType{
|
||||
|
Loading…
Reference in New Issue
Block a user