You must be logged in to view saved presets
Creates a contact flow module in Amazon Connect using external JSON content extracted via AWS CLI.
resource "aws_connect_contact_flow_module" "example" {
content_hash = filebase64sha256("contact_flow_module.json")
description = "Example Contact Flow Module Description"
filename = "contact_flow_module.json"
instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
name = "Example"
tags = {
Application = "Terraform"
Method = "Create"
Name = "Example Contact Flow Module"
}
content = ""
}