@@ -132,7 +132,7 @@ func TestAccComposerEnvironment_withEncryptionConfigComposer2(t *testing.T) {
132
132
},
133
133
// This is a terrible clean-up step in order to get destroy to succeed,
134
134
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
135
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
135
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
136
136
{
137
137
PlanOnly : true ,
138
138
ExpectNonEmptyPlan : false ,
@@ -166,7 +166,7 @@ func TestAccComposerEnvironment_withMaintenanceWindow(t *testing.T) {
166
166
},
167
167
// This is a terrible clean-up step in order to get destroy to succeed,
168
168
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
169
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
169
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
170
170
{
171
171
PlanOnly : true ,
172
172
ExpectNonEmptyPlan : false ,
@@ -237,7 +237,7 @@ func TestAccComposerEnvironment_ComposerV2(t *testing.T) {
237
237
},
238
238
// This is a terrible clean-up step in order to get destroy to succeed,
239
239
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
240
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
240
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
241
241
{
242
242
PlanOnly : true ,
243
243
ExpectNonEmptyPlan : false ,
@@ -274,7 +274,7 @@ func TestAccComposerEnvironment_UpdateComposerV2ImageVersion(t *testing.T) {
274
274
},
275
275
// This is a terrible clean-up step in order to get destroy to succeed,
276
276
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
277
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
277
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
278
278
{
279
279
PlanOnly : true ,
280
280
ExpectNonEmptyPlan : false ,
@@ -311,7 +311,7 @@ func TestAccComposerEnvironment_UpdateComposerV2ResilienceMode(t *testing.T) {
311
311
},
312
312
// This is a terrible clean-up step in order to get destroy to succeed,
313
313
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
314
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
314
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
315
315
{
316
316
PlanOnly : true ,
317
317
ExpectNonEmptyPlan : false ,
@@ -345,7 +345,7 @@ func TestAccComposerEnvironment_ComposerV2HighResilience(t *testing.T) {
345
345
},
346
346
// This is a terrible clean-up step in order to get destroy to succeed,
347
347
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
348
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
348
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
349
349
{
350
350
PlanOnly : true ,
351
351
ExpectNonEmptyPlan : false ,
@@ -382,7 +382,7 @@ func TestAccComposerEnvironment_UpdateComposerV2WithTriggerer(t *testing.T) {
382
382
},
383
383
// This is a terrible clean-up step in order to get destroy to succeed,
384
384
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
385
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
385
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
386
386
{
387
387
PlanOnly : true ,
388
388
ExpectNonEmptyPlan : false ,
@@ -419,7 +419,7 @@ func TestAccComposerEnvironment_UpdateComposerV2(t *testing.T) {
419
419
},
420
420
// This is a terrible clean-up step in order to get destroy to succeed,
421
421
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
422
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
422
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
423
423
{
424
424
PlanOnly : true ,
425
425
ExpectNonEmptyPlan : false ,
@@ -453,7 +453,7 @@ func TestAccComposerEnvironment_composerV2PrivateServiceConnect(t *testing.T) {
453
453
},
454
454
// This is a terrible clean-up step in order to get destroy to succeed,
455
455
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
456
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
456
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
457
457
{
458
458
PlanOnly : true ,
459
459
ExpectNonEmptyPlan : false ,
@@ -487,7 +487,7 @@ func TestAccComposerEnvironment_composerV2MasterAuthNetworks(t *testing.T) {
487
487
},
488
488
// This is a terrible clean-up step in order to get destroy to succeed,
489
489
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
490
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
490
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
491
491
{
492
492
PlanOnly : true ,
493
493
ExpectNonEmptyPlan : false ,
@@ -524,7 +524,7 @@ func TestAccComposerEnvironment_composerV2MasterAuthNetworksUpdate(t *testing.T)
524
524
},
525
525
// This is a terrible clean-up step in order to get destroy to succeed,
526
526
// due to dangling firewall rules left by the Composer Environment blocking network deletion.
527
- // TODO(dzarmola) : Remove this check if firewall rules bug gets fixed by Composer.
527
+ // TODO: Remove this check if firewall rules bug gets fixed by Composer.
528
528
{
529
529
PlanOnly : true ,
530
530
ExpectNonEmptyPlan : false ,
0 commit comments