Meraj Kashi
Meraj Kashi
More details about the last comment: `python-layer-builder-aft-common-xxx` and `python-layer-builder-aft-common-yyyy` are log groups assigned to AWS CodeBuild project called` python-layer-builder-aft-common-xxx `which come from [AFT project](https://github.com/aws-ia/terraform-aws-control_tower_account_factory/blob/main/modules/aft-lambda-layer/codebuild.tf). Based on the changes in the...
The deprecated attribute is still present in version `1.13.1.`
Hi! we have also faced the same issue. Here is our configuration: ``` resource "signalfx_aws_external_integration" "default" { name = "aws-external-integration" } resource "aws_iam_role" "default" { .... } resource "signalfx_aws_integration" "default"...
Hi, Do we have any conclusion on this? Do you need more details, that I can share to help investigation.
Same issue here, `organization_conformance_pack` creation is failing du to timeout: ``` waiting for ConfigService Organization Conformance Pack (meraj) create: timeout while waiting for state to become 'CREATE_SUCCESSFUL' (last state: 'CREATE_IN_PROGRESS',...
I’ve experienced the same issue when creating a new repository from a template — the diff always appears.
Is there any update on this feature?
Same issue here. ``` terraform version: v1.9.2 awscc v1.9.0 aws v5.62.0 ``` ``` resource "awscc_chatbot_microsoft_teams_channel_configuration" "chatbot" { configuration_name = "chatbot" iam_role_arn = aws_iam_role.chatbot_role.arn team_id = local.teams_team_id teams_channel_id = lower(local.team_channel_id) teams_tenant_id...
It looks like your provider is using the wrong IAM role. If you are trying to create the KMS key **in the AFT management account**, you can test with the...