Skip to content

Commit

Permalink
Remove importing
Browse files Browse the repository at this point in the history
  • Loading branch information
roaks3 committed Feb 10, 2021
1 parent ade5703 commit c1d4273
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/resource_aws_transit_gateway_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ func resourceAwsTransitGatewayAttachment() *schema.Resource {
Create: &tgwCreateTimeout,
Delete: &tgwDeleteTimeout,
},
// Importer: &schema.ResourceImporter{
// State: schema.ImportStatePassthrough,
// },

Schema: map[string]*schema.Schema{
// Required inputs
Expand Down

0 comments on commit c1d4273

Please sign in to comment.