Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
githubtwitterlinkedinrss
  • What is Terraform null Resource?

    calendarDec 9, 2022 · 7 min read  ·
    Last Modified : Jun 19, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarDec 7, 2022 · 4 min read  ·
    Last Modified : Dec 7, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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

    calendarNov 29, 2022 · 11 min read  ·
    Last Modified : Nov 29, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarNov 28, 2022 · 5 min read  ·
    Last Modified : Nov 28, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarOct 2, 2022 · 6 min read  ·
    Last Modified : Oct 2, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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)?

    calendarSep 28, 2022 · 12 min read  ·
    Last Modified : Sep 28, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarSep 19, 2022 · 6 min read  ·
    Last Modified : Sep 19, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarSep 12, 2022 · 3 min read  ·
    Last Modified : Sep 12, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarSep 9, 2022 · 7 min read  ·
    Last Modified : May 9, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarSep 7, 2022 · 4 min read  ·
    Last Modified : Sep 7, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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
    • ««
    • «
    • 4
    • 5
    • 6
    • 7
    • 8
    • »
    • »»

Categories

TERRAFORM 63 DOCKER 28 KUBERNETES 26 AWS 15 ANSIBLE 11 HELM-CHART 11 BLOGGING 6 SSL 6 SPRING-BOOT 5 QUARKUS 4 GITHUB 3 KUBESPRAY 3 PROMETHEUS-GRAFANA 3 VAGRANT 3
All Categories

ANSIBLE11 AWS15 AZURE2 BLOGGING6 DEVOPS2 DOCKER28 GITHUB3 GRADLE1 HADOOP1 HELM-CHART11 HIBERNATE1 JENKINS2 KUBERNETES26 KUBESPRAY3 LINUX-COMMANDS1 NGINX2 PROMETHEUS-GRAFANA3 QUARKUS4 SPRING-BOOT5 SSL6 TERRAFORM63 VAGRANT3
[A~Z][0~9]

Series

TERRAFORM 61 DOCKER 28 KUBERNETES 27 ANSIBLE 11 HELM-CHART 11 AWS 4 AZURE 2 JENKINS 2 DEVOPS 1 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

  • AI Caught My Cloud Failure Before I Did
  • AWS API Gateway from Beginner to Expert ?
  • Azure Function App
  • Azure Virtual Machine Course
  • Learn AWS S3 ?
  • Ansible Handlers Explained Real-World Use Cases & Examples test
  • Securing Sensitive Data in Terraform
  • Boost Your AWS Security with Terraform : A Step-by-Step Guide

Rahul Wagh

Jhooq
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