@@ -36,7 +36,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithTopicDestinationExample(t *test
36
36
37
37
context := map [string ]interface {}{
38
38
"project_id" : envvar .GetTestProjectFromEnv (),
39
- "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-test -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-test -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-test -eventarc-pipeline-network" ))),
39
+ "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-bootstrap -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-bootstrap -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-bootstrap -eventarc-pipeline-network" ))),
40
40
"random_suffix" : acctest .RandString (t , 10 ),
41
41
}
42
42
@@ -89,7 +89,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithHttpDestinationExample(t *testi
89
89
90
90
context := map [string ]interface {}{
91
91
"project_id" : envvar .GetTestProjectFromEnv (),
92
- "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-test -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-test -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-test -eventarc-pipeline-network" ))),
92
+ "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-bootstrap -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-bootstrap -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-bootstrap -eventarc-pipeline-network" ))),
93
93
"random_suffix" : acctest .RandString (t , 10 ),
94
94
}
95
95
@@ -133,7 +133,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithWorkflowDestinationExample(t *t
133
133
134
134
context := map [string ]interface {}{
135
135
"project_id" : envvar .GetTestProjectFromEnv (),
136
- "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-test -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-test -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-test -eventarc-pipeline-network" ))),
136
+ "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-bootstrap -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-bootstrap -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-bootstrap -eventarc-pipeline-network" ))),
137
137
"random_suffix" : acctest .RandString (t , 10 ),
138
138
}
139
139
@@ -209,7 +209,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithOidcAndJsonFormatExample(t *tes
209
209
context := map [string ]interface {}{
210
210
"project_id" : envvar .GetTestProjectFromEnv (),
211
211
"service_account" : envvar .GetTestServiceAccountFromEnv (t ),
212
- "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-test -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-test -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-test -eventarc-pipeline-network" ))),
212
+ "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-bootstrap -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-bootstrap -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-bootstrap -eventarc-pipeline-network" ))),
213
213
"random_suffix" : acctest .RandString (t , 10 ),
214
214
}
215
215
@@ -286,7 +286,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithOauthAndProtobufFormatExample(t
286
286
context := map [string ]interface {}{
287
287
"project_id" : envvar .GetTestProjectFromEnv (),
288
288
"service_account" : envvar .GetTestServiceAccountFromEnv (t ),
289
- "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-test -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-test -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-test -eventarc-pipeline-network" ))),
289
+ "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-bootstrap -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-bootstrap -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-bootstrap -eventarc-pipeline-network" ))),
290
290
"random_suffix" : acctest .RandString (t , 10 ),
291
291
}
292
292
@@ -385,7 +385,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithCmekAndAvroFormatExample(t *tes
385
385
context := map [string ]interface {}{
386
386
"project_id" : envvar .GetTestProjectFromEnv (),
387
387
"key_name" : acctest .BootstrapKMSKeyWithPurposeInLocationAndName (t , "ENCRYPT_DECRYPT" , "us-central1" , "tf-bootstrap-eventarc-pipeline-key" ).CryptoKey .Name ,
388
- "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-test -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-test -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-test -eventarc-pipeline-network" ))),
388
+ "network_attachment_name" : acctest .BootstrapNetworkAttachment (t , "tf-bootstrap -eventarc-pipeline-na" , acctest .BootstrapSubnet (t , "tf-bootstrap -eventarc-pipeline-subnet" , acctest .BootstrapSharedTestNetwork (t , "tf-bootstrap -eventarc-pipeline-network" ))),
389
389
"random_suffix" : acctest .RandString (t , 10 ),
390
390
}
391
391
0 commit comments