Danny Wilcox
Danny Wilcox
(Found this doing internet searches trying to figure out an issue I ran into but ended up being unrelated.) I see the DependsOn working now.
@ConradKurth do you mean fargate 1.4.0? If so, yup
What if you add a health check and specify condition=HEALTHY? That was how I got it to work because I wanted the agent actually working before it accepts traffic, not...
Any timeline when this will be merged? The current temporal image dumps database creds into logs and this updated image does not. Related to https://github.com/airbytehq/airbyte/issues/33432
I am running into the same problem except I'm using an S3 source/destination. Same workaround works for me too (leaving value blank and populating the value in after terraform runs....
I was able to workaround this further by using: ``` variable "airbyte_workspace_id" { type = string default = "MY_ID" } data "airbyte_workspace" "main" { workspace_id = var.airbyte_workspace_id } ``` And...