Skip to content

Commit

Permalink
r/aws_auditmanger_control: resource implementation with framework
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Nov 30, 2022
1 parent fe35e8f commit 18d5b76
Show file tree
Hide file tree
Showing 6 changed files with 485 additions and 312 deletions.
3 changes: 1 addition & 2 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,6 @@ func New(_ context.Context) (*schema.Provider, error) {
"aws_athena_named_query": athena.ResourceNamedQuery(),
"aws_athena_workgroup": athena.ResourceWorkGroup(),

"aws_auditmanager_control": auditmanager.ResourceControl(),

"aws_autoscaling_attachment": autoscaling.ResourceAttachment(),
"aws_autoscaling_group": autoscaling.ResourceGroup(),
"aws_autoscaling_group_tag": autoscaling.ResourceGroupTag(),
Expand Down Expand Up @@ -2252,6 +2250,7 @@ func New(_ context.Context) (*schema.Provider, error) {

// ServicePackageData is used before configuration to determine the provider's exported resources and data sources.
ServicePackages: []intf.ServicePackageData{
auditmanager.ServicePackageData,
ec2.ServicePackageData,
globalaccelerator.ServicePackageData,
medialive.ServicePackageData,
Expand Down
Loading

0 comments on commit 18d5b76

Please sign in to comment.