diff --git a/spotinst/resource_spotinst_ocean_spark_test.go b/spotinst/resource_spotinst_ocean_spark_test.go index 80ff6a97..4de6034e 100644 --- a/spotinst/resource_spotinst_ocean_spark_test.go +++ b/spotinst/resource_spotinst_ocean_spark_test.go @@ -17,7 +17,7 @@ import ( ) const ( - testOceanClusterID = "o-6cf35461" + testOceanClusterID = "o-7cb5c0b8" ) var oceanClusterID = getOceanClusterID() // NOTE: This needs to be an existing ocean cluster diff --git a/spotinst/resource_spotinst_ocean_spark_virtual_node_group_test.go b/spotinst/resource_spotinst_ocean_spark_virtual_node_group_test.go index 469d3469..830fe6c8 100644 --- a/spotinst/resource_spotinst_ocean_spark_virtual_node_group_test.go +++ b/spotinst/resource_spotinst_ocean_spark_virtual_node_group_test.go @@ -17,8 +17,8 @@ import ( ) const ( - testOceanSparkClusterID = "osc-cc4b42b4" - testOceanDedicatedVngID = "ols-d04cb833" + testOceanSparkClusterID = "osc-3dda7ea4" + testOceanDedicatedVngID = "ols-24b985c5" ) var oceanSparkClusterID = getOceanSparkClusterID() // NOTE: This needs to be an existing ocean cluster