Configure connect group and add examples - #121
Conversation
1151197 to
edcf8f9
Compare
|
/test-examples="examples/connect/botassociation.yaml,examples/connect/contactflow.yaml,examples/connect/contactflowmodule.yaml,examples/connect/hoursofoperation.yaml,examples/connect/instance.yaml,examples/connect/lambdafunctionassociation.yaml,examples/connect/queue.yaml,examples/connect/quickconnect.yaml,examples/connect/routingprofile.yaml,examples/connect/securityprofile.yaml,examples/connect/userhierarchystructure.yaml" |
1 similar comment
|
/test-examples="examples/connect/botassociation.yaml,examples/connect/contactflow.yaml,examples/connect/contactflowmodule.yaml,examples/connect/hoursofoperation.yaml,examples/connect/instance.yaml,examples/connect/lambdafunctionassociation.yaml,examples/connect/queue.yaml,examples/connect/quickconnect.yaml,examples/connect/routingprofile.yaml,examples/connect/securityprofile.yaml,examples/connect/userhierarchystructure.yaml" |
ezgidemirel
left a comment
There was a problem hiding this comment.
Thanks @turkenf for your PR! Added two small comments for adding meta.upbound.io/example-id annotation.
edcf8f9 to
dcb8010
Compare
…es from generated
…_user_hierarchy_structure
dcb8010 to
219fc6e
Compare
Description of your changes
This PR configures resources in the connect group:
aws_connect_bot_associationaws_connect_contact_flowaws_connect_contact_flow_moduleaws_connect_hours_of_operationaws_connect_instanceaws_connect_lambda_function_associationaws_connect_queueaws_connect_quick_connectaws_connect_routing_profileaws_connect_security_profileaws_connect_user_hierarchy_structureFixes: #67
Note: I couldn't configure
aws_connect_user_hierarchy_groupI reported an issue for this: #120I have:
make reviewable testto ensure this PR is ready for review.How has this code been tested
make uptest-local EXAMPLE_LIST=examples/connect/botassociation.yamlmake uptest-local EXAMPLE_LIST=examples/connect/contactflow.yamlmake uptest-local EXAMPLE_LIST=examples/connect/contactflowmodule.yamlmake uptest-local EXAMPLE_LIST=examples/connect/hoursofoperation.yamlmake uptest-local EXAMPLE_LIST=examples/connect/instance.yamlmake uptest-local EXAMPLE_LIST=examples/connect/lambdafunctionassociation.yamlmake uptest-local EXAMPLE_LIST=examples/connect/queue.yamlmake uptest-local EXAMPLE_LIST=examples/connect/quickconnect.yamlmake uptest-local EXAMPLE_LIST=examples/connect/routingprofile.yamlmake uptest-local EXAMPLE_LIST=examples/connect/securityprofile.yamlmake uptest-local EXAMPLE_LIST=examples/connect/userhierarchystructure.yaml