We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a292625 commit 2fd2470Copy full SHA for 2fd2470
3 files changed
builtin/providers/aws/provider.go
@@ -17,6 +17,7 @@ func Provider() *schema.Provider {
17
return &schema.Provider{
18
ResourcesMap: map[string]*schema.Resource{
19
"aws_eip": resourceAwsEip(),
20
+ "aws_instance": resourceAwsInstance(),
21
"aws_security_group": resourceAwsSecurityGroup(),
22
},
23
}
0 commit comments