Open in app

Sign In

Write

Sign In

Sanjay Hona
Sanjay Hona

28 Followers

Home

Lists

About

Jul 7, 2022

Terraform Error: Incompatible provider version M1 or darwin_arm64

terraform initWhen using Terraform as an m1 MacBook, sometimes it fails because there is no binary for arm64 Darwin kernel . and packagehashicorp/template gives you error as below: Error: Incompatible provider version Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a package available for your current platform, darwin_arm64. Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other versions of this provider may have different platforms supported.

Terraform

1 min read

Terraform Error: Incompatible provider version M1 or darwin_arm64
Terraform Error: Incompatible provider version M1 or darwin_arm64
Terraform

1 min read


Jul 1, 2020

Safer bash script for CI pipeline using

set -euxo pipefail why? because CI pipeline is marked as success even script failed and so on. Explaining `set -euxo pipefail` command in simple words: -e = to exit immediately when a command -u = to treat unset variables as an error and exit immediately -x = to print each…

Bash Script

1 min read

Safer bash script for CI pipeline using
Safer bash script for CI pipeline using
Bash Script

1 min read


Jun 28, 2020

Download El barco Season 3

Plot A global cataclysm, caused by a fatal accident in Geneva, Switzerland, during the implementation of a particle accelerator, leaves the crew and students of the barque school-ship Estrella Polar (Polar Star) isolated in a post-apocalyptic world where most of the world’s land mass is now under water. The ship becomes their home in this isolated world. However, apart from the isolation, they also discover they are not alone, and must face “the others”.

The Boat

1 min read

El barco Season 3
El barco Season 3
The Boat

1 min read


Published in

FAUN — Developer Community 🐾

·Sep 23, 2019

Ansible Journey to DevOps

From basic Ansible setup and prototyping with vagrant for local virtual server(s). You can create your own playground to learn Ansible. Let’s get started! Welcome aboard… Highly inspired by Jeff Geerling and his Book Ansible for DevOps Part I: Ansible and Vagrant setup On RHEL/CentOS Linux based system: $ sudo yum install ansible On Debian/Ubuntu-based system: …

Vagrant

3 min read

Ansible Journey to DevOps
Ansible Journey to DevOps
Vagrant

3 min read


Published in

FAUN — Developer Community 🐾

·Aug 19, 2019

A simple docker setup for hello world nodejs application

STEP 1: Creating a simple nodejs hello world app Assuming that nodejs installed on your system. Installation create a new directory and initialize npm: mkdir nodejs-hello cd nodejs-hello npm init confirm default values with enter. npm will create a package.json which holds the dependencies of our app and the following code will add express framework as a dependency. npm install…

Nodejs

3 min read

A simple docker setup for simple hello world nodejs application
A simple docker setup for simple hello world nodejs application
Nodejs

3 min read


Published in

FAUN — Developer Community 🐾

·Aug 19, 2019

Setting up Open Street Routing Machine (osrm) with docker in your system

Open Source Routing Machine or OSRM High-performance routing engine written in C++14 designed to run on OpenStreetMap data. Nearest — Snaps coordinates to the street network and returns the nearest matches Route — Finds the fastest route between coordinates Table — Computes the duration or distances of the fastest route between all pairs of supplied coordinates …

Docker

2 min read

Setting up Open Street Routing Machine (osrm) with docker in your system
Setting up Open Street Routing Machine (osrm) with docker in your system
Docker

2 min read

Sanjay Hona

Sanjay Hona

28 Followers

DevOps Engineer from Himalayas of Nepal: To share what I’ve learned in simplest way possible…

Following
  • javinpaul

    javinpaul

  • Pinterest Engineering

    Pinterest Engineering

  • PCMag

    PCMag

  • Dave Taubler

    Dave Taubler

  • Council of Canadian Innovators

    Council of Canadian Innovators

See all (136)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams