@@ -45,7 +45,7 @@ examples:
4545 test_env_vars :
4646 project_id : ' PROJECT_NAME'
4747 test_vars_overrides :
48- ' 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")))'
48+ ' 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")))'
4949 - name : eventarc_pipeline_with_http_destination
5050 primary_resource_id : primary
5151 vars :
@@ -54,7 +54,7 @@ examples:
5454 test_env_vars :
5555 project_id : ' PROJECT_NAME'
5656 test_vars_overrides :
57- ' 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")))'
57+ ' 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")))'
5858 - name : eventarc_pipeline_with_workflow_destination
5959 primary_resource_id : primary
6060 vars :
@@ -64,7 +64,7 @@ examples:
6464 test_env_vars :
6565 project_id : ' PROJECT_NAME'
6666 test_vars_overrides :
67- ' 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")))'
67+ ' 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")))'
6868 - name : eventarc_pipeline_with_oidc_and_json_format
6969 primary_resource_id : primary
7070 vars :
@@ -74,7 +74,7 @@ examples:
7474 project_id : ' PROJECT_NAME'
7575 service_account : ' SERVICE_ACCT'
7676 test_vars_overrides :
77- ' 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")))'
77+ ' 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")))'
7878 - name : eventarc_pipeline_with_oauth_and_protobuf_format
7979 primary_resource_id : primary
8080 vars :
@@ -84,7 +84,7 @@ examples:
8484 project_id : ' PROJECT_NAME'
8585 service_account : ' SERVICE_ACCT'
8686 test_vars_overrides :
87- ' 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")))'
87+ ' 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")))'
8888 - name : eventarc_pipeline_with_cmek_and_avro_format
8989 primary_resource_id : primary
9090 bootstrap_iam :
@@ -97,7 +97,7 @@ examples:
9797 test_env_vars :
9898 project_id : ' PROJECT_NAME'
9999 test_vars_overrides :
100- ' 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")))'
100+ ' 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")))'
101101 ' key_name ' : ' acctest.BootstrapKMSKeyWithPurposeInLocationAndName(t, "ENCRYPT_DECRYPT", "us-central1", "tf-bootstrap-eventarc-pipeline-key").CryptoKey.Name'
102102parameters :
103103 - name : location
0 commit comments