You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
region="us-east-1"bucket="state.us-east-1.mds.bidcomp-dev.network"dynamodb_table="mds-us-east-1-state-lock"### Expected Behavior
No Error, Image builder should be successful implemented
### Actual Behavior
│ Error: error setting `domain_join_info` for AppStream ImageBuilder (mds-appstream-image-builder-dev-us-east-1): domain_join_info: '': source data must be an array or slice, got map
│
│ with module.appstream.aws_appstream_image_builder.mds_appstream_image_builder,
│ on modules/appstream/main.tf line 64, in resource "aws_appstream_image_builder""mds_appstream_image_builder":
│ 64:resource"aws_appstream_image_builder""mds_appstream_image_builder" {
│
Could you please find a solution for this?
The text was updated successfully, but these errors were encountered:
Hey @bommireddy98 👋 Thanks for taking the time to submit this issue. It looks like this is a duplicate of #26677. We like to try to keep discussions consolidated, so we’re going to close this new issue in favor of that one.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform CLI and Terraform AWS Provider Version
C:\data\repo\appstream\aws>terraform -v
Terraform v1.1.9
on windows_amd64
Affected Resource(s)
Image builder
resource "aws_appstream_image_builder" "mds_appstream_image_builder" {
name = var.image_builder_name
description = var.image_builder_description
display_name = var.image_builder_display_name
enable_default_internet_access = var.image_builder_enable_default_internet_access
image_name = var.image_builder_image_name
instance_type = var.image_builder_instance_type
iam_role_arn = var.image_builder_iam_role_arn
vpc_config {
subnet_ids = [var.subnet_id]
security_group_ids = [var.security_group_ids]
}
tags = var.tags
}
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: