Skip to content

Commit 2fd2470

Browse files
committed
providers/aws: resource_aws_instance partially to schema.Resource
1 parent a292625 commit 2fd2470

3 files changed

Lines changed: 193 additions & 169 deletions

File tree

builtin/providers/aws/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ func Provider() *schema.Provider {
1717
return &schema.Provider{
1818
ResourcesMap: map[string]*schema.Resource{
1919
"aws_eip": resourceAwsEip(),
20+
"aws_instance": resourceAwsInstance(),
2021
"aws_security_group": resourceAwsSecurityGroup(),
2122
},
2223
}

0 commit comments

Comments
 (0)