@@ -87,10 +87,6 @@ func TestRunAdvancedExampleInSchematics(t *testing.T) {
8787 {Name : "ibmcloud_api_key" , Value : options .RequiredEnvironmentVars ["TF_VAR_ibmcloud_api_key" ], DataType : "string" , Secure : true },
8888 {Name : "region" , Value : options .Region , DataType : "string" },
8989 {Name : "prefix" , Value : options .Prefix , DataType : "string" },
90- {Name : "existing_kms_instance_crn" , Value : permanentResources ["hpcs_south_crn" ], DataType : "string" },
91- {Name : "kms_endpoint_url" , Value : permanentResources ["hpcs_south_private_endpoint" ], DataType : "string" },
92- {Name : "root_key_crn" , Value : permanentResources ["hpcs_south_root_key_crn" ], DataType : "string" },
93- {Name : "access_tags" , Value : permanentResources ["accessTags" ], DataType : "list" },
9490 }
9591
9692 err := options .RunSchematicTest ()
@@ -297,7 +293,7 @@ func TestAddonsWithDisabledDAs(t *testing.T) {
297293 // Opt into Account Config DA
298294 {
299295 OfferingName : "deploy-arch-ibm-account-infra-base" ,
300- OfferingFlavor : "fully-configurable " ,
296+ OfferingFlavor : "resource-groups-with-account-settings " ,
301297 Enabled : core .BoolPtr (true ),
302298 },
303299 // Disable AT, ICL, Mon, EN and KMS
0 commit comments