Skip to content

Commit

Permalink
r/aws_prefix_list: new resource
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth-k committed Jul 21, 2020
1 parent f4936f9 commit 354559c
Show file tree
Hide file tree
Showing 10 changed files with 2,213 additions and 8 deletions.
2 changes: 2 additions & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,8 @@ func Provider() terraform.ResourceProvider {
"aws_organizations_policy_attachment": resourceAwsOrganizationsPolicyAttachment(),
"aws_organizations_organizational_unit": resourceAwsOrganizationsOrganizationalUnit(),
"aws_placement_group": resourceAwsPlacementGroup(),
"aws_prefix_list": resourceAwsPrefixList(),
"aws_prefix_list_entry": resourceAwsPrefixListEntry(),
"aws_proxy_protocol_policy": resourceAwsProxyProtocolPolicy(),
"aws_qldb_ledger": resourceAwsQLDBLedger(),
"aws_quicksight_group": resourceAwsQuickSightGroup(),
Expand Down
Loading

0 comments on commit 354559c

Please sign in to comment.