Skip to content

Commit

Permalink
Merge #4276: aws_opsworks_instance resource
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Apr 16, 2016
2 parents 5de6e22 + b857bd1 commit 94f338d
Show file tree
Hide file tree
Showing 5 changed files with 1,428 additions and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ func Provider() terraform.ResourceProvider {
"aws_opsworks_mysql_layer": resourceAwsOpsworksMysqlLayer(),
"aws_opsworks_ganglia_layer": resourceAwsOpsworksGangliaLayer(),
"aws_opsworks_custom_layer": resourceAwsOpsworksCustomLayer(),
"aws_opsworks_instance": resourceAwsOpsworksInstance(),
"aws_placement_group": resourceAwsPlacementGroup(),
"aws_proxy_protocol_policy": resourceAwsProxyProtocolPolicy(),
"aws_rds_cluster": resourceAwsRDSCluster(),
Expand Down
Loading

0 comments on commit 94f338d

Please sign in to comment.