-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform doesn't send the "Channel Name" to AWS chatbot in in awscc_chatbot_microsoft_teams_channel_configuration #1233
Comments
Same problem here |
The issue is also the same with CDK CfnMicrosoftTeamsChannelConfiguration construct: It doesn’t send Channel Name so its always set to null. If it does include Channel Name, this ideally shouldn’t occur. |
On a side note, is there any reason as to why ChannelName is also not a "required" parameter in SDK? Eg - create_microsoft_teams_channel_configuration (boto3) |
bump, it still doesn't work |
same issue, It is always setting the Channel Name to NULL. |
@SuryaTeja18 , to confirm, are you able to replicate the problem while using CDK ? where the Channel name always returned null ? |
Community Note
Terraform CLI and Terraform AWS Cloud Control Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Resource "awscc_chatbot_microsoft_teams_channel_configuration" "ChatBot_test" {
+ arn = (known after apply)
+ configuration_name = "ChatBot_Notifications"
+ guardrail_policies = (known after apply)
+ iam_role_arn = "arn:aws:iam::xxxxxxxx:role/xxxxxxx"
+ id = (known after apply)
+ logging_level = (known after apply)
+ sns_topic_arns = [
+ "arn:aws:sns:us-east-1:xxxxxxx:xxxxxxxx",
]
+ team_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx"
+ teams_channel_id = "xx%xxxxxxxxxxxxxxxx-xxxxxxxxx%40xxx.tacv2"
+ teams_tenant_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
+ user_role_required = (known after apply)
}
Panic Output
Expected Behavior
field:
teams_channel_id
In the configuration Channels of AWS Chatboot the channel name field should appear as the name of the channel name if the default is "General" or if you create another should also put the name.
I provide the information on how the link to the teams channel is provided.
https://teams.microsoft.com/l/channel/xx%xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx%40thread.tacv2/General?groupId=xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx&tenantId=xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Actual Behavior
field: teams_channel_id
It is always setting the Channel Name to NULL.
Steps to Reproduce
terraform apply
https://teams.microsoft.com/l/channel/xx%xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx%40thread.tacv2/null?groupId=xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx&tenantId=xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Important Factoids
References
The text was updated successfully, but these errors were encountered: