Skip to content

Instantly share code, notes, and snippets.

View mmorejon's full-sized avatar
🔧
working with Kubernetes and Jenkins

Manuel Morejón mmorejon

🔧
working with Kubernetes and Jenkins
View GitHub Profile
@mmorejon
mmorejon / crash.log
Created November 22, 2022 10:44
Harness Terraform provider - Create user
harness_user.manuel_morejon: Creating...
│ Error: Plugin did not respond
│ with harness_user.manuel_morejon,
│ on main.tf line 36, in resource "harness_user" "manuel_morejon":
│ 36: resource "harness_user" "manuel_morejon" {
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain
│ more details.
@mmorejon
mmorejon / docker-all-hands-lab.md
Created September 11, 2021 19:49
Improving our Dockerfiles using Heredoc

Improving our Dockerfiles using Heredoc - Docker Community All-Hands

Dockerfiles used in the lab

dockerfile-simple file

# base image
FROM ubuntu:20.04