Skip to content

Commit 079b3ba

Browse files
committed
fmt fix
1 parent 2f689e0 commit 079b3ba

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

mmv1/products/compute/InterconnectAttachmentGroup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ properties:
8383
name: mapObjectName
8484
type: NestedObject
8585
properties:
86-
- name: 'attachment'
87-
type: String
86+
- name: 'attachment'
87+
type: String
8888
- name: 'InterconnectGroup'
8989
type: String
9090
description: |
@@ -256,4 +256,4 @@ properties:
256256
blocker in more detail.
257257
item_type:
258258
type: String
259-
output: true
259+
output: true

mmv1/products/compute/InterconnectGroup.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ properties:
8181
name: mapObjectName
8282
type: NestedObject
8383
properties:
84-
- name: 'interconnect'
85-
type: String
86-
description: |
87-
The URL of an Interconnect in this group. All Interconnects in the group are unique.
84+
- name: 'interconnect'
85+
type: String
86+
description: |
87+
The URL of an Interconnect in this group. All Interconnects in the group are unique.
8888
- name: 'intent'
8989
type: NestedObject
9090
description: |
@@ -245,4 +245,4 @@ properties:
245245
detail.
246246
item_type:
247247
type: String
248-
output: true
248+
output: true

mmv1/third_party/terraform/services/compute/resource_compute_interconnect_attachment_group_generated_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ func TestAccComputeInterconnectAttachmentGroup_update(t *testing.T) {
9090
ConfigPlanChecks: resource.ConfigPlanChecks{
9191
PreApply: []plancheck.PlanCheck{
9292
plancheck.ExpectResourceAction("google_compute_interconnect_group.example-interconnect-attachment-group", plancheck.ResourceActionUpdate),
93+
},
94+
},
9395
},
9496
{
9597
ResourceName: "google_compute_interconnect_attachment_group.example-interconnect-attachment-group",

mmv1/third_party/terraform/services/compute/resource_compute_interconnect_group_generated_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ func TestAccComputeInterconnectGroup_update(t *testing.T) {
9090
ConfigPlanChecks: resource.ConfigPlanChecks{
9191
PreApply: []plancheck.PlanCheck{
9292
plancheck.ExpectResourceAction("google_compute_interconnect_group.example-interconnect-group", plancheck.ResourceActionUpdate),
93+
},
94+
},
9395
},
9496
{
9597
ResourceName: "google_compute_interconnect_group.example-interconnect-group",

0 commit comments

Comments
 (0)