Skip to content

Instantly share code, notes, and snippets.

@pnatel
pnatel / portainer_upgrade.sh
Created February 17, 2021 23:17
Portainer-CE run + update
#bin/bash
# Portainer run + update:
docker stop portainer-ce
docker rm portainer-ce
docker stop portainer
docker rm portainer
This file has been truncated, but you can view the full file.
Terraform v1.13.3
on linux_amd64
Initializing plugins and modules...
2025-10-05T15:22:38.223Z [INFO] Terraform version: 1.13.3
2025-10-05T15:22:38.223Z [DEBUG] using github.com/hashicorp/go-tfe v1.74.1
2025-10-05T15:22:38.223Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.24.0
2025-10-05T15:22:38.223Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2025-10-05T15:22:38.223Z [DEBUG] using github.com/zclconf/go-cty v1.16.3
2025-10-05T15:22:38.223Z [INFO] Go runtime version: go1.24.5
2025-10-05T15:22:38.223Z [INFO] CLI args: []string{"/home/tfc-agent/.tfc-agent/component/terraform/runs/run-ocZ4L4fh1ZGVSm68/bin/terraform", "apply", "-lock=false", "-var-file", "/home/tfc-agent/.tfc-agent/component/terraform/runs/run-ocZ4L4fh1ZGVSm68/terraform.tfvars", "/home/tfc-agent/.tfc-agent/component/terraform/runs/run-ocZ4L4fh1ZGVSm68/config/terraform.tfplan"}