@@ -36,7 +36,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithTopicDestinationExample(t *test
3636
3737 context := map [string ]interface {}{
3838 "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" ))),
4040 "random_suffix" : acctest .RandString (t , 10 ),
4141 }
4242
@@ -89,7 +89,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithHttpDestinationExample(t *testi
8989
9090 context := map [string ]interface {}{
9191 "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" ))),
9393 "random_suffix" : acctest .RandString (t , 10 ),
9494 }
9595
@@ -133,7 +133,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithWorkflowDestinationExample(t *t
133133
134134 context := map [string ]interface {}{
135135 "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" ))),
137137 "random_suffix" : acctest .RandString (t , 10 ),
138138 }
139139
@@ -209,7 +209,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithOidcAndJsonFormatExample(t *tes
209209 context := map [string ]interface {}{
210210 "project_id" : envvar .GetTestProjectFromEnv (),
211211 "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" ))),
213213 "random_suffix" : acctest .RandString (t , 10 ),
214214 }
215215
@@ -286,7 +286,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithOauthAndProtobufFormatExample(t
286286 context := map [string ]interface {}{
287287 "project_id" : envvar .GetTestProjectFromEnv (),
288288 "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" ))),
290290 "random_suffix" : acctest .RandString (t , 10 ),
291291 }
292292
@@ -385,7 +385,7 @@ func TestAccEventarcPipeline_eventarcPipelineWithCmekAndAvroFormatExample(t *tes
385385 context := map [string ]interface {}{
386386 "project_id" : envvar .GetTestProjectFromEnv (),
387387 "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" ))),
389389 "random_suffix" : acctest .RandString (t , 10 ),
390390 }
391391
0 commit comments