mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Added default to event source
This commit is contained in:
parent
0eb191d3a3
commit
46cb9d30f3
@ -110,6 +110,7 @@ func resourceAwsConfigConfigRule() *schema.Resource {
|
||||
"event_source": {
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Default: "aws.config",
|
||||
},
|
||||
"maximum_execution_frequency": {
|
||||
Type: schema.TypeString,
|
||||
|
Loading…
Reference in New Issue
Block a user