Crafted by Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
Learn
About
Contact
English Português
githubtwitterlinkedinrss
  • Terraform Table of Content for Ansible

    calendarFeb 1, 2023 · 2 min read · Ansible  ·
    Last Modified : Jun 20, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Terraform Table of Content for Ansible

    Ansible for Beginners: Learn the Fundamentals of IT Automation - Part 1 Ansible Installation: The Windows, Ubuntu, CentOS, and macOS Guide - Part 2 Ansible Project Structure: A Beginner's Guide to Inventory, Hosts, Roles, and Tasks - Part 3 Securing Ansible with SSH Keys: A Comprehensive Guide - Part 4 Ansible & …


    Read More
  • Managing strings in Terraform: A comprehensive guide

    calendarJan 22, 2023 · 11 min read  ·
    Last Modified : Jun 18, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Managing strings in Terraform: A comprehensive guide

    Managing strings in Terraform can be a bit tricky, but with the right techniques and tools, it can be done with ease. One of the most important things to keep in mind when working with strings in Terraform is to properly format them. This means using proper indentation, spacing, and line breaks to make the code more …


    Read More
  • How to use terraform depends_on meta argument?

    calendarJan 13, 2023 · 7 min read  ·
    Last Modified : Jan 13, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use terraform depends_on meta argument?

    The "depends_on" meta argument in Terraform is used to specify dependencies between resources within a Terraform configuration. This allows Terraform to properly order the creation, modification, and destruction of resources, ensuring that dependent resources are created or modified only after the resources …


    Read More
  • Ansible how to fix destination path already exists and is not an empty directory?

    calendarJan 12, 2023 · 2 min read  ·
    Last Modified : Jan 12, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Ansible how to fix destination path already exists and is not an empty directory?

    I got an error when I am trying to do the git clone on the remote machine using Ansible and the error message which I got was destination path already exists and is not an empty directory Ansible error destination path already exists and is not an empty directory How do fix ansible's destination path already exists …


    Read More
  • What is user_data in Terraform?

    calendarJan 2, 2023 · 7 min read  ·
    Last Modified : Jan 2, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    What is user_data in Terraform?

    Table of Content What is user_data in Terraform? When to use user_data in Terraform? Terraform user_data : How to execute shell script inside EC2 instance using? How to accomplish common tasks - Folder creation, Package installation with Terraform user_data How to use ${file("")} function with user_data? …


    Read More
  • Why you should not store terraform state file(.tfstate) inside Git Repository?

    calendarDec 27, 2022 · 5 min read  ·
    Last Modified : Dec 27, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Why you should not store terraform state file(.tfstate) inside Git Repository?

    It is generally not recommended to commit .tfstate files to Git or any other version control system. .tfstate files contain sensitive information about the infrastructure managed by Terraform, including the current state of resources and the configurations used to create them. If these files are committed to version …


    Read More
  • How to import existing resource using terraform import comand?

    calendarDec 23, 2022 · 8 min read  ·
    Last Modified : Dec 23, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to import existing resource using terraform import comand?

    To import an existing infrastructure resource into Terraform, you can use the terraform import command. This command allows you to take an existing resource that was created outside of Terraform and bring it under Terraform management. In this blog, we will take two examples - How to import EC2 Instance? How to import …


    Read More
  • Terraform - A detailed guide on setting up ALB(Application Load Balancer) and SSL?

    calendarDec 20, 2022 · 5 min read  ·
    Last Modified : Dec 20, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Terraform - A detailed guide on setting up ALB(Application Load Balancer) and SSL?

    Why do we need an SSL Certificate for an Application Load Balancer (ALB) in AWS? SSL certificates are used to establish secure connections between clients and servers over the internet. They are particularly important for protecting sensitive information, such as login credentials or financial data, when it is …


    Read More
  • How to release(delete) Elastic IP from AWS?

    calendarDec 15, 2022 · 5 min read  ·
    Last Modified : Dec 15, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to release(delete) Elastic IP from AWS?

    I thought of writing this blog because I have a personal AWS account which I generally use for learning purposes but a couple of months ago assigned the Elastic IP address to one of my experimental EC2 accounts and forgot about deleting the EC2 instance as well as releasing(deleting) Elastic IP addressfor about a …


    Read More
  • Testing Infrastructure as Code with Terraform?

    calendarDec 13, 2022 · 6 min read  ·
    Last Modified : Dec 13, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Testing Infrastructure as Code with Terraform?

    Testing infrastructure as code (IaC) involves verifying the functionality and behavior of the code used to manage and provision infrastructure in a cloud environment. IaC allows organizations to automate the provisioning and management of their infrastructure, which can improve efficiency, reduce errors, and enable …


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

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