Jonas Steinberg
Jonas Steinberg
@dholbach my sense is that effectively teams that are fairly invested in flux will _have_ to upgrade to v2?
I genuinely feel that both the workflow sequence in the miro link above, as well as a diagrammatic workflow laying out that sequence, are desperately needed, as the workflow diagram...
@RyanStan any follow up here?
additionally: the setting I need to specify, which is not persisted after endpoint settings are updated, is not handled for in [this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_endpoint#s3_settings-arguments) or else I would use that and the...
@anGie44 Apologies for the delayed response. The problem setting is `dataFormat=parquet`, but as I've specified above there seems to be a _bug_ in the logic of [line](https://github.com/hashicorp/terraform-provider-aws/issues/20290#:~:text=following%20the%20following-,line,-in%20resource_aws_dms_endpoint.go) such that 1....
"Invalid Numeric Literal" on colon following a single-quoted string (incorrect parser error message)
having this issue with 1.6
Writing and debugging advanced Terraform is exceedingly difficult and slow. A REPL is really needed. Terraform is way passed basic declarative syntaxes at this point.