We are faced with the problem of the lack of availability of several resources related to Greengrass services, namely Greengrass Core Definition. Therefore, we suggest adding an Greengrass Core Definition resource.
resource "aws_greengrass_core_definition" "test" {
name = "core_definition"
core_definition_version {
core {
certificate_arn = "aws_iot_certificate arn"
id = "core_id"
sync_shadow = false
thing_arn = "aws_iot_thing arn"
}
}
}
When is this planned for release?
Are these still being actively worked on?
@oleksiyVeretiuk What can we do to help things move on this and related PRs? Do you need help testing, reviewing? I'd be happy to contribute.
Most helpful comment
Are these still being actively worked on?