Terraform-provider-aws: Add greengrass core definition resource

Created on 14 Nov 2019  路  3Comments  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

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.

New or Affected Resource(s)

  • aws_greengrass_core_definition

Potential Terraform Configuration

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"
        }
    }
}
new-resource servicgreengrass

Most helpful comment

Are these still being actively worked on?

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings