We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Team,
We were running the below terraform code it was running well but now we get the below error.
Error: Float64 Type Validation Error. --- Value %!s(*big.Float=0.8) cannot be represented as a 64-bit floating point.
> keys(yamldecode(file("./_files/ably_config.yaml"))["brave"].queues) [ "ably-channel-sink", "kafka-connect-ably", ] > yamldecode(file("./_files/ably_config.yaml"))["brave"].queues["ably-channel-sink"].ttl 60 > yamldecode(file("./_files/ably_config.yaml"))["brave"].queues["ably-channel-sink"].max_length 10000 > yamldecode(file("./_files/ably_config.yaml"))["brave"].queues["ably-channel-sink"].region "us-east-1-a" > exit
resource "ably_queue" "queue" { for_each = toset(keys(local.ably.queues)) app_id = data.vault_generic_secret.ably_app_id.data["id"] name = each.key ttl = local.ably.queues[each.key].ttl max_length = local.ably.queues[each.key].max_length region = local.ably.queues[each.key].region }
The text was updated successfully, but these errors were encountered:
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3227
Sorry, something went wrong.
Hi, have you found a solution about this issue ?
No branches or pull requests
Hi Team,
We were running the below terraform code it was running well but now we get the below error.
Error: Float64 Type Validation Error. --- Value %!s(*big.Float=0.8) cannot be represented as a 64-bit floating point.
The text was updated successfully, but these errors were encountered: