Skip to content

Commit

Permalink
Merge pull request #9258 from kterada0509/feature/add-support-import-…
Browse files Browse the repository at this point in the history
…for-aws_wafregional_byte_match_set-resource

Add support import for aws_wafregional_byte_match_set resource
  • Loading branch information
bflad authored Jul 8, 2019
2 parents cdde918 + d5af5d8 commit bcbf644
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 77 deletions.
3 changes: 3 additions & 0 deletions aws/resource_aws_wafregional_byte_match_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ func resourceAwsWafRegionalByteMatchSet() *schema.Resource {
Read: resourceAwsWafRegionalByteMatchSetRead,
Update: resourceAwsWafRegionalByteMatchSetUpdate,
Delete: resourceAwsWafRegionalByteMatchSetDelete,
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},

Schema: map[string]*schema.Schema{
"name": {
Expand Down
Loading

0 comments on commit bcbf644

Please sign in to comment.