terraform-aws-jitsi icon indicating copy to clipboard operation
terraform-aws-jitsi copied to clipboard

Terraform to create Jitsi Meet on AWS backed by RDS Aurora-Serverless database

Results 2 terraform-aws-jitsi issues
Sort by recently updated
recently updated
newest added

When setting the above variable, I receive the following error: ``` Error: Invalid index on .terraform/modules/jitsi/main.tf line 65, in locals: 65: workstation_external_cidr = "${chomp(data.http.workstation_external_ip[0].body)}/32" |---------------- | data.http.workstation_external_ip is empty tuple...

In https://github.com/hajowieland/terraform-aws-jitsi/blob/master/versions.tf#L5 it says that a version of the aws provider newer than 2.40 is required but I think that the `~>` operator excludes anything 3.0 and upwards. Does the...