Juan Caivano

Results 7 comments of Juan Caivano

I'm trying to create a aws_rds_instance using an `additional_options(vpc_security_group_ids: [securitygroup1.aws_object.id])` line. When I run it, I get an InvalidParameterCombination, RDS does not exist at the default VPC. ``` [2017-01-02T23:07:57-03:00] INFO:...

I missed the db_subnet_group_name at the aws_rds_instance resource, at the aws_security_group just the subnets where needed. I have it working now. ```ruby aws_rds_subnet_group "stage-db-subnet-group" do description "some_description" subnets ['octo-stage-private-a', 'octo-stage-private-c']...

I am trying to build it at my machine, I was able to build it (cli and a desktop app in electron that gave a lot of alarms at selinux),...

Same problem here, discovered when tried to use metallb with k3s (https://k3s.io/) over raspbian.

@Lain-droid same issue here, in a proot environment under termux...

I tried with the latest version (0.6.0), also deleting the .cache/opencode, an the problem is still present.

Another big problem with this change is that a version tag was made, overwriting the tag that represented the code for the module at that point of time. If you...