Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • Managing strings in Terraform: A comprehensive guide

    calendar Jan 22, 2023 · 11 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Jan 13, 2023 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Jan 12, 2023 · 2 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Jan 2, 2023 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Dec 27, 2022 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Dec 23, 2022 · 8 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Dec 20, 2022 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Dec 15, 2022 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Dec 13, 2022 · 6 min read  ·
    Share on: twitter facebook linkedin copy
    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
  • How to remove a resource from Terraform state?

    calendar Dec 12, 2022 · 4 min read  ·
    Share on: twitter facebook linkedin copy
    How to remove a resource from Terraform state?

    To remove a resource from the Terraform state, you can use the $ terraform state rm command. This command allows you to remove resources from the Terraform state file.

    1. How to remove a single resource from terraform state file? Here are the steps which you should follow before you remove any resource - List the …


    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