You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containers starts to run, but there are no ports published.
$ docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c4ccf26e2b4b nginx:1.27-alpine "/docker-entrypoint.…" 5 minutes ago Up 5 minutes nginx
108b5820a0d5 pedrohealthdev/api "python3 main.py" 5 minutes ago Up 5 minutes api
976d8e160518 postgres:12.0-alpine "docker-entrypoint.s…" 5 minutes ago Up 5 minutes db
Steps to Reproduce
terraform init
terraform apply
Important Factoids
I'm a beginner regarding Terraform, I'm creating this issue because the log message said:
"
This is always indicative of a bug within the plugin. It would be immensely
helpful if you could report the crash with the plugin's maintainers so that it
can be fixed. The output above should help diagnose the issue.
"
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
Terraform (and docker Provider) Version
Terraform v1.9.8
on linux_amd64
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/pedrohealthdev/88a2a78b8b4e23f603bc1af941a287ed
Panic Output
https://gist.github.com/pedrohealthdev/88a2a78b8b4e23f603bc1af941a287ed
Expected Behaviour
Containers running correctly.
Actual Behaviour
Containers starts to run, but there are no ports published.
$ docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c4ccf26e2b4b nginx:1.27-alpine "/docker-entrypoint.…" 5 minutes ago Up 5 minutes nginx
108b5820a0d5 pedrohealthdev/api "python3 main.py" 5 minutes ago Up 5 minutes api
976d8e160518 postgres:12.0-alpine "docker-entrypoint.s…" 5 minutes ago Up 5 minutes db
Steps to Reproduce
terraform init
terraform apply
Important Factoids
I'm a beginner regarding Terraform, I'm creating this issue because the log message said:
"
This is always indicative of a bug within the plugin. It would be immensely
helpful if you could report the crash with the plugin's maintainers so that it
can be fixed. The output above should help diagnose the issue.
"
References
The text was updated successfully, but these errors were encountered: