Emilio Moreno
Emilio Moreno
I also tried to set up the default values stored in the state file but still forces replacement ```hcl resource "awscc_ecs_task_definition" "db_task_definition" { container_definitions = [ { name = "${var.environment}-${var.application}-db"...
I had the same error when installing via Docker compose, running in an Ubuntu VM, everything was working fine until I restarted the VM These are the API calls that...
The issue happened to me because the IP of the VM changed, so I had to update the `.env` file with the new IP, these are the variables that I...
Seems like the issue is with this commit https://github.com/opf/openproject-deploy/commit/6b10106a0fe300af7523ff80bd4f3abb95bc4bc5 - https://github.com/opf/openproject-deploy/pull/83, openproject/proxy image is not available in docker hub so it's not able to download it. If you are trying...