Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.75 KB

File metadata and controls

44 lines (33 loc) · 2.75 KB

Requirements

Name Version
aws 3.70.0

Providers

Name Version
aws 3.70.0

Modules

No modules.

Resources

Name Type
aws_iot_certificate.things_cert resource
aws_iot_policy.tf_policy resource
aws_iot_policy_attachment.thing_policy_attachment resource
aws_iot_thing.aws_publisher_thing resource
aws_iot_thing.aws_subscriber_thing resource
aws_iot_thing_principal_attachment.publisher_cert_attachment resource
aws_iot_thing_principal_attachment.subscriber_cert_attachment resource
aws_iot_thing_type.publisher resource
aws_iot_thing_type.subscriber resource

Inputs

Name Description Type Default Required
iot_policy Base64 string containing iot Policy json. See policy/policy.example.json. string n/a yes
publisher_group Group of publisher things string "publisher-app-group" no
publisher_id_list List of publisher things deployed in AWS. list(string)
[
"1",
"2",
"3"
]
no
region AWS region. string "us-east-1" no
sonoff_id_list List of subscribers things deployed in AWS. list(string)
[
"1",
"2",
"3"
]
no
subscriber_group Group of subscriber things string "subscriber-app-group" no

Outputs

No outputs.