Added default to event source

This commit is contained in:
= 2017-04-29 10:03:26 -06:00
parent 0eb191d3a3
commit 46cb9d30f3
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ func resourceAwsConfigConfigRule() *schema.Resource {
"event_source": {
Type: schema.TypeString,
Optional: true,
Default: "aws.config",
},
"maximum_execution_frequency": {
Type: schema.TypeString,