@@ -48,6 +48,7 @@ func TestAccTimestreamInfluxDBDBCluster_basic(t *testing.T) {
4848 acctest .MatchResourceAttrRegionalARN (ctx , resourceName , names .AttrARN , "timestream-influxdb" , regexache .MustCompile (`db-cluster/.+$` )),
4949 resource .TestCheckResourceAttr (resourceName , "db_storage_type" , string (awstypes .DbStorageTypeInfluxIoIncludedT1 )),
5050 resource .TestCheckResourceAttr (resourceName , "deployment_type" , string (awstypes .ClusterDeploymentTypeMultiNodeReadReplicas )),
51+ resource .TestCheckResourceAttrSet (resourceName , "engine_type" ),
5152 resource .TestCheckResourceAttr (resourceName , "failover_mode" , string (awstypes .FailoverModeAutomatic )),
5253 resource .TestCheckResourceAttrSet (resourceName , "influx_auth_parameters_secret_arn" ),
5354 resource .TestCheckResourceAttr (resourceName , "network_type" , string (awstypes .NetworkTypeIpv4 )),
@@ -533,6 +534,7 @@ func TestAccTimestreamInfluxDBDBCluster_dbParameterGroupV3(t *testing.T) {
533534 acctest .MatchResourceAttrRegionalARN (ctx , resourceName , names .AttrARN , "timestream-influxdb" , regexache .MustCompile (`db-cluster/.+$` )),
534535 resource .TestCheckResourceAttr (resourceName , "db_parameter_group_identifier" , "InfluxDBV3Core" ),
535536 resource .TestCheckResourceAttrSet (resourceName , names .AttrEndpoint ),
537+ resource .TestCheckResourceAttrSet (resourceName , "engine_type" ),
536538 // Verify cluster was created successfully without requiring allocated_storage, bucket, organization, username, or password
537539 ),
538540 },
0 commit comments