Skip to content

Commit

Permalink
rollback not related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
c4po committed Jun 26, 2020
1 parent 28dc588 commit 8b528ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ func Provider() terraform.ResourceProvider {
"aws_ecs_task_definition": dataSourceAwsEcsTaskDefinition(),
"aws_customer_gateway": dataSourceAwsCustomerGateway(),
"aws_efs_access_point": dataSourceAwsEfsAccessPoint(),
"aws_efs_access_points": dataSourceAwsEfsAccessPoints(),
"aws_efs_file_system": dataSourceAwsEfsFileSystem(),
"aws_efs_mount_target": dataSourceAwsEfsMountTarget(),
"aws_eip": dataSourceAwsEip(),
Expand Down Expand Up @@ -913,7 +912,6 @@ func Provider() terraform.ResourceProvider {
"aws_wafv2_rule_group": resourceAwsWafv2RuleGroup(),
"aws_wafv2_web_acl": resourceAwsWafv2WebACL(),
"aws_wafv2_web_acl_association": resourceAwsWafv2WebACLAssociation(),
"aws_wafv2_web_acl_logging_configuration": resourceAwsWafv2WebACLLoggingConfiguration(),
"aws_worklink_fleet": resourceAwsWorkLinkFleet(),
"aws_worklink_website_certificate_authority_association": resourceAwsWorkLinkWebsiteCertificateAuthorityAssociation(),
"aws_workspaces_directory": resourceAwsWorkspacesDirectory(),
Expand Down
6 changes: 0 additions & 6 deletions website/aws.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1394,9 +1394,6 @@
<li>
<a href="/docs/providers/aws/d/efs_access_point.html">aws_efs_access_point</a>
</li>
<li>
<a href="/docs/providers/aws/d/efs_access_points.html">aws_efs_access_points</a>
</li>
<li>
<a href="/docs/providers/aws/d/efs_file_system.html">aws_efs_file_system</a>
</li>
Expand Down Expand Up @@ -3662,9 +3659,6 @@
<li>
<a href="/docs/providers/aws/r/wafv2_web_acl_association.html">aws_wafv2_web_acl_association</a>
</li>
<li>
<a href="/docs/providers/aws/r/wafv2_web_acl_logging_configuration.html">aws_wafv2_web_acl_logging_configuration</a>
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 8b528ee

Please sign in to comment.