Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • What is Terraform null Resource?

    calendar Dec 9, 2022 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    What is Terraform null Resource?

    Terraform null_resource is one of the features which is underused by the DevOps professional. When I looked at Terraform's documentation for null_resource I felt they have not put much effort into explaining null_resource in more detail. But when I tried the null_resource by myself I really felt to use it more often …


    Read More
  • In terraform how to skip creation of resource if the resource already exist?

    calendar Dec 7, 2022 · 4 min read  ·
    Share on: twitter facebook linkedin copy
    In terraform how to skip creation of resource if the resource already exist?

    In a Terraform project there are situations where a Developer feels a need to pre-check if the resource exists or not and many times I also wondered if is it possible to check the existence of the resource to avoid the duplicity of the resource. In this blog, we are gonna see - Why it is not possible to decide …


    Read More
  • How to setup Virtual machine on Google Cloud Platform

    calendar Nov 29, 2022 · 11 min read  ·
    Share on: twitter facebook linkedin copy
    How to setup Virtual machine on Google Cloud Platform

    Working on a cloud platform always sounds interesting but what if you have some framework where you can automate your cloud infrastructure. In this article, we are going to see How to set up your first Virtual Machine on Google Cloud The platform using Terraform This article is aimed at the beginner who is just …


    Read More
  • How to use Terraform locals?

    calendar Nov 28, 2022 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    How to use Terraform locals?

    In programming world we have concept of variables, similar to that in Terraform we also have concept of Terraform Locals. What is Terraform locals? Here is an very basic example code which show - "How to create locals in Terraform?" 1## Example of local with static value 23locals { 4my_local = …


    Read More
  • How to fix - AWS ECR docker login error storing credentials - err exit status 1?

    calendar Oct 2, 2022 · 6 min read  ·
    Share on: twitter facebook linkedin copy
    How to fix - AWS ECR docker login error storing credentials - err exit status 1?

    This is a short troubleshooting blog post on how to fix the following error when performing the aws ecr get-login-password --region <region-name> | docker login - Here is a little brief about the error - Error saving credentials: error storing credentials - err: exit status 1, out: Post …


    Read More
  • Terraform Guide - Docker Containers & AWS ECR(elastic container registry)?

    calendar Sep 28, 2022 · 12 min read  ·
    Share on: twitter facebook linkedin copy
    Terraform Guide - Docker Containers &amp; AWS ECR(elastic container registry)?

    Terraform is the most popular IaC(Infrastructure as Code) tool for provisioning your cloud infrastructure on AWS, GCP and Azure. Terraform capabilities are not limited to cloud infrastructure instead you can use Terraform for other container infrastructure provisioning also. In this blog post, we will take a look at …


    Read More
  • How to generate SSH key in Terraform using tls_private_key?

    calendar Sep 19, 2022 · 6 min read  ·
    Share on: twitter facebook linkedin copy
    How to generate SSH key in Terraform using tls_private_key?

    The Terraform's module tls_private_key can help you to generate the TLS Private key. Here is what happens when you use Terraform's tls_private_key module - At first you generate RSA or ECDAS private key. After generating the private key we need to encode the private key as PEM file. After that tls_private_key module …


    Read More
  • How to fix-Terraform Error acquiring the state lock ConditionalCheckFiledException?

    calendar Sep 12, 2022 · 3 min read  ·
    Share on: twitter facebook linkedin copy
    How to fix-Terraform Error acquiring the state lock ConditionalCheckFiledException?

    It might be possible that you are in the middle of running terraform plan or terraform apply command but unfortunately, you ended up with the error - Error locking state: Error acquiring the state lock: ConditionalCheckFailedException: The conditional request failed. Here is one of the same errors which I have faced …


    Read More
  • Terraform Template - A complete guide?

    calendar Sep 9, 2022 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    Terraform Template - A complete guide?

    In this blog post, we are gonna talk about Terraform templates we are just gonna cover the six topics for Terraform template - What is Terraform template and what's the importance of Terraform template What is the extension by which you can save your Terraform template Project structure and Terraform template location …


    Read More
  • Fixing terraform x509 certificate signed by unknown authority?

    calendar Sep 7, 2022 · 4 min read  ·
    Share on: twitter facebook linkedin copy
    Fixing terraform x509 certificate signed by unknown authority?

    The error x509: certificate signed by unknown authority is a very common problem faced by developers. terraform x509: certificate signed by unknown authority There are many reasons behind this issue - self-signed certificate not issued by a trusted certificate authority (CA) Expiration of the current certificate …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Categories

TERRAFORM 46 KUBERNETES 26 DOCKER 22 HELM-CHART 11 AWS 7 BLOGGING 6 SPRING-BOOT 5 SSL 5 QUARKUS 4 GITHUB 3 KUBESPRAY 3 PROMETHEUS-GRAFANA 3 VAGRANT 3 ANSIBLE 2
All Categories

ANSIBLE2 AWS7 BLOGGING6 DEVOPS1 DOCKER22 GITHUB3 GRADLE1 HADOOP1 HELM-CHART11 HIBERNATE1 KUBERNETES26 KUBESPRAY3 LINUX-COMMANDS1 NGINX2 PROMETHEUS-GRAFANA3 QUARKUS4 SPRING-BOOT5 SSL5 TERRAFORM46 VAGRANT3
[A~Z][0~9]

Series

TERRAFORM 44 KUBERNETES 27 DOCKER 22 HELM-CHART 11 ANSIBLE 2 AWS 2 LINUX-COMMANDS 1

Tags

KUBERNETES 18 HELM-CHART 10 BLOGGING 4 QUARKUS 4 DOCKER 3 GITHUB 3 SSL 3 KUBESPRAY 2 SPRING-BOOT 2 ANSIBLE 1 HADOOP 1 INDEX 1 NGINX 1 TERRAFORM 1

Recent Posts

  • Managing strings in Terraform: A comprehensive guide
  • How to use terraform depends_on meta argument?
  • Ansible how to fix destination path already exists and is not an empty directory?
  • What is user_data in Terraform?
  • Why you should not store terraform state file(.tfstate) inside Git Repository?
  • How to import existing resource using terraform import comand?
  • Terraform - A detailed guide on setting up ALB(Application Load Balancer) and SSL?
  • How to release(delete) Elastic IP from AWS?

Rahul Wagh

Its all about Open Source and DevOps, here I talk about Kubernetes, Docker, Java, Spring boot and practices.
Read More


Copyright © 2019–2020, Jhooq; all rights reserved.

Copyright  COPYRIGHT © 2019–2020, JHOOQ; ALL RIGHTS RESERVED.. All Rights Reserved

to-top