mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/google: Minor formatting issues on import of compute route test
This commit is contained in:
parent
1025748ce0
commit
b35f004047
@ -16,7 +16,8 @@ func TestAccComputeRoute_importBasic(t *testing.T) {
|
|||||||
Steps: []resource.TestStep{
|
Steps: []resource.TestStep{
|
||||||
{
|
{
|
||||||
Config: testAccComputeRoute_basic,
|
Config: testAccComputeRoute_basic,
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
ResourceName: resourceName,
|
ResourceName: resourceName,
|
||||||
ImportState: true,
|
ImportState: true,
|
||||||
ImportStateVerify: true,
|
ImportStateVerify: true,
|
||||||
@ -35,7 +36,8 @@ func TestAccComputeRoute_importDefaultInternetGateway(t *testing.T) {
|
|||||||
Steps: []resource.TestStep{
|
Steps: []resource.TestStep{
|
||||||
{
|
{
|
||||||
Config: testAccComputeRoute_defaultInternetGateway,
|
Config: testAccComputeRoute_defaultInternetGateway,
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
ResourceName: resourceName,
|
ResourceName: resourceName,
|
||||||
ImportState: true,
|
ImportState: true,
|
||||||
ImportStateVerify: true,
|
ImportStateVerify: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user