Fix whitespace formatting with go fmt
This commit is contained in:
parent
ed25948651
commit
810d088279
|
@ -30,13 +30,13 @@ func resourceAwsEip() *schema.Resource {
|
|||
"instance": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"network_interface": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"allocation_id": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue