came across an issue today, importing an fsx file system - from the terraform doco on the resource: Certain resource arguments, like security_group_ids and the self_managed_active_directory configuation block password, do not have a FSx API method for reading the information after creation. If these arguments are set in the Terraform configuration on an imported resource, Terraform will always show a difference. To workaround this behavior, either omit the argument from the Terraform configuration or use ignore_changes to hide the difference. thats no good- i need a security group id in the state file
came across an issue today, importing an fsx file system - from the terraform doco on the resource:
Certain resource arguments, like security_group_ids and the self_managed_active_directory configuation block password, do not have a FSx API method for reading the information after creation. If these arguments are set in the Terraform configuration on an imported resource, Terraform will always show a difference. To workaround this behavior, either omit the argument from the Terraform configuration or use ignore_changes to hide the difference.
thats no good- i need a security group id in the state file
Nice explanation but better to be more clear
In the future I can, but I can’t update the video now. Thanks.