From f0b2977549edea5e6b8987535cf7ec0efb88b97e Mon Sep 17 00:00:00 2001 From: Mark Law Date: Tue, 14 Sep 2021 16:15:35 +0100 Subject: [PATCH] Correct main.cdl to import Service Template --- labs/servicetemplates/main.cdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/servicetemplates/main.cdl b/labs/servicetemplates/main.cdl index d4f5899..45672db 100644 --- a/labs/servicetemplates/main.cdl +++ b/labs/servicetemplates/main.cdl @@ -1,4 +1,4 @@ -import "demonstrator_files/modified/_definitions/radonblueprints__ServerlessToDoListAPI.tosca"; +import "ServiceTemplate.tosca"; types = { radon.nodes.aws.AwsLambdaFunction, @@ -34,4 +34,4 @@ INCONSISTENCY sensitive_data_issue { platforms = { AwsPlatform_0, AwsPlatform_1 }; -@definable $X.host.node, platforms; \ No newline at end of file +@definable $X.host.node, platforms;