Ivan Sukhomlyn
Ivan Sukhomlyn
I got the same errors!
The situation is the same on **macOS**, even with the `6.3.0-20240216095854+8bf6d92c02` version.
I've got the same error while trying to import from the Atlas cluster with the MongoDB **7.2** version. ``` com.google.cloud.teleport.v2.common.UncaughtExceptionLogger - The template launch failed. java.lang.NullPointerException: null at com.google.cloud.teleport.v2.mongodb.templates.MongoDbUtils.getTableFieldSchema(MongoDbUtils.java:77) at...
This functionality has been released in [v5.37.0 of the Terraform AWS Provider](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.37.0).
Hi @GerardSoleCa, Have you tried using the `5.37` AWS provider version to track outside changes? It looks like the behavior is not fully the same as expected to track the...
In my opinion, having **a separate Terraform resource** like `aws_ecs_container_definition` with a possibility to ignore changes only of the `image` is an option to track container definition, updated outside of...
@bryantbiggs thanks 🚀 could you please clarify if the [terraform-aws-eks-pod-identity](https://github.com/terraform-aws-modules/terraform-aws-eks-pod-identity) module will include `aws_eks_pod_identity_association` Terraform resource management for IAM role association with appropriate k8s SA in the future? Or will...
Thank you! 🥇 In my opinion, this module is the best place for association management, considering the module name `eks-pod-identity` (not a `terraform-aws-eks-pod-identity-iam`, etc.), which self-speaks about complete management, not...