File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func TestApiKey(t *testing.T) {
40
40
Config : testResourceDataSourceApiKey (
41
41
"sndev" ,
42
42
apiKeyGeneratedName ,
43
- "shared-gcp" ,
43
+ "shared-gcp-prod " ,
44
44
"streamnative" ,
45
45
"us-central1" , "rapid" ),
46
46
Check : resource .ComposeTestCheckFunc (
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ func TestPulsarCluster(t *testing.T) {
42
42
Config : testResourceDataSourcePulsarCluster (
43
43
"sndev" ,
44
44
clusterGeneratedName ,
45
- "shared-gcp" ,
45
+ "shared-gcp-prod " ,
46
46
"streamnative" ,
47
47
"us-central1" , "rapid" ),
48
48
Check : resource .ComposeTestCheckFunc (
@@ -66,7 +66,7 @@ func TestPulsarClusterNoConfig(t *testing.T) {
66
66
Config : testResourceDataSourcePulsarClusterWithoutConfig (
67
67
"sndev" ,
68
68
clusterGeneratedName ,
69
- "shared-gcp" ,
69
+ "shared-gcp-prod " ,
70
70
"streamnative" ,
71
71
"us-central1" , "rapid" ),
72
72
Check : resource .ComposeTestCheckFunc (
@@ -152,7 +152,7 @@ func TestPulsarClusterConfigDrift(t *testing.T) {
152
152
Config : testResourceDataSourcePulsarCluster (
153
153
"sndev" ,
154
154
clusterGeneratedName ,
155
- "shared-gcp" ,
155
+ "shared-gcp-prod " ,
156
156
"streamnative" ,
157
157
"us-central1" , "rapid" ),
158
158
Check : resource .ComposeTestCheckFunc (
@@ -163,7 +163,7 @@ func TestPulsarClusterConfigDrift(t *testing.T) {
163
163
Config : testResourceDataSourcePulsarCluster (
164
164
"sndev" ,
165
165
clusterGeneratedName ,
166
- "shared-gcp" ,
166
+ "shared-gcp-prod " ,
167
167
"streamnative" ,
168
168
"us-central1" , "rapid" ),
169
169
PlanOnly : true ,
@@ -186,7 +186,7 @@ func TestPulsarClusterNoConfigConfigDrift(t *testing.T) {
186
186
Config : testResourceDataSourcePulsarClusterWithoutConfig (
187
187
"sndev" ,
188
188
clusterGeneratedName ,
189
- "shared-gcp" ,
189
+ "shared-gcp-prod " ,
190
190
"streamnative" ,
191
191
"us-central1" , "rapid" ),
192
192
Check : resource .ComposeTestCheckFunc (
@@ -197,7 +197,7 @@ func TestPulsarClusterNoConfigConfigDrift(t *testing.T) {
197
197
Config : testResourceDataSourcePulsarClusterWithoutConfig (
198
198
"sndev" ,
199
199
clusterGeneratedName ,
200
- "shared-gcp" ,
200
+ "shared-gcp-prod " ,
201
201
"streamnative" ,
202
202
"us-central1" , "rapid" ),
203
203
PlanOnly : true ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func TestPulsarInstance(t *testing.T) {
40
40
"sndev" ,
41
41
"terraform-test-pulsar-instance-b" ,
42
42
"zonal" ,
43
- "shared-gcp" ,
43
+ "shared-gcp-prod " ,
44
44
"streamnative" ),
45
45
Check : resource .ComposeTestCheckFunc (
46
46
testCheckPulsarInstanceExists ("streamnative_pulsar_instance.test-pulsar-instance" ),
You can’t perform that action at this time.
0 commit comments