We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f763b8 commit 3f4e6aeCopy full SHA for 3f4e6ae
1 file changed
internal/service/bedrockagentcore/harness_test.go
@@ -276,6 +276,7 @@ func TestAccBedrockAgentCoreHarness_model_bedrock(t *testing.T) {
276
ImportState: true,
277
ImportStateVerify: true,
278
ImportStateVerifyIdentifierAttribute: "harness_id",
279
+ ImportStateVerifyIgnore: []string{"model.0.bedrock_model_config.0.temperature", "model.0.bedrock_model_config.0.top_p"},
280
},
281
282
})
0 commit comments