provider/aws: Restore Defaults to SQS Queues
This commit is contained in:
parent
5050d4555c
commit
0e6ff77433
|
@ -70,7 +70,7 @@ func resourceAwsSqsQueue() *schema.Resource {
|
|||
"visibility_timeout_seconds": &schema.Schema{
|
||||
Type: schema.TypeInt,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
Default: 30,
|
||||
},
|
||||
"policy": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
|
|
Loading…
Reference in New Issue