Added default to event source
This commit is contained in:
parent
0eb191d3a3
commit
46cb9d30f3
|
@ -110,6 +110,7 @@ func resourceAwsConfigConfigRule() *schema.Resource {
|
||||||
"event_source": {
|
"event_source": {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Default: "aws.config",
|
||||||
},
|
},
|
||||||
"maximum_execution_frequency": {
|
"maximum_execution_frequency": {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
|
|
Loading…
Reference in New Issue