{ "output": { "CustomARN": { "value": "${aws_instance.CustomModule_2EC1F5AD.arn}" } }, "resource": { "aws_instance": { "CustomModule_2EC1F5AD": { "//": { "metadata": { "path": "cdktf-hybryd-module/CustomModule/CustomModule", "uniqueId": "CustomModule_2EC1F5AD" } }, "ami": "ami-04505e74c0741db8d", "instance_type": "${var.instance_type}", "subnet_id": "subnet-01dac3f46b9ea3f43", "tags": "${var.tags}" } } }, "variable": { "instance_type": { "description": "Instance type", "type": "string" }, "tags": { "description": "Tags for the instance", "type": "map(string)" } } }