Crafted by Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
Learn
About
Contact
English Português
githubtwitterlinkedinrss
  • How to use Terraform Dynamic blocks?

    calendarMay 10, 2021 · 3 min read  ·
    Last Modified : Aug 10, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use Terraform Dynamic blocks?

    Terraform Dynamic Block is important when you want to create multiple resources inside of similar types, so instead of copy and pasting the same terraform configuration in the terraform file does not make sense and it is not feasible if you need to create hundreds of resources using terraform. If we describe terraform …


    Read More
  • Terraform - How to nuke AWS resources and save additional AWS infrastructure cost?

    calendarMay 1, 2021 · 7 min read  ·
    Last Modified : Oct 26, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Terraform - How to nuke AWS resources and save additional AWS infrastructure cost?

    Working in the AWS cloud is always fun until you are not paying your AWS bills from your pocket. Being a developer we work on our developer machine and we do not much worry much about resources(CPU, Memory, and Disk space) because nowadays developer machines (Laptops/desktops) are very powerful. Apart from the initial …


    Read More
  • Understanding terraform count, for_each and for loop?

    calendarMay 1, 2021 · 10 min read  ·
    Last Modified : May 24, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Understanding terraform count, for_each and for loop?

    When working with "collection variables" in Terrafrom, you must understand "loops with count," "loops with for each," and "for loop." If you don't, it will be very hard to go through collections like list, map, and set. This article is mostly about how loops work. We'll look at …


    Read More
  • How to use Terraform output values?

    calendarApr 26, 2021 · 9 min read  ·
    Last Modified : May 9, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use Terraform output values?

    In this article we are going to look on terraform output values. Terraform output values will be really useful when you want to debug your terraform code. Terraform output values can help you to print the attributes reference(arn, instance_state, outpost_arn, public_ip, public_dns etc) on your console. The typical …


    Read More
  • How to fix error configuring Terraform AWS Provider error validating provider credentials error calling sts GetCallerIdentity SignatureDoesNotMatch?

    calendarApr 19, 2021 · 2 min read  ·
    Last Modified : Apr 19, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix error configuring Terraform AWS Provider error validating provider credentials error calling sts GetCallerIdentity SignatureDoesNotMatch?

    In this article we are going to troubleshoot an issue related to Terraform and AWS. This is occurs when you are trying to use your Old or expired - Access keys (access key ID and secret access key) of your aws account. You are error should look like - Error: error configuring Terraform AWS Provider: error validating …


    Read More
  • How to fix Invalid function argument on line in provider credentials file google Invalid value for path parameter no file exists

    calendarApr 19, 2021 · 2 min read  ·
    Last Modified : Apr 19, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix Invalid function argument on line in provider credentials file google Invalid value for path parameter no file exists

    Working with terraform can tricky sometime and specially if you are working with cloud service provider such as Google Cloud Platform. I have faced the following issue while I was working with my first Terrafrom project with Google Cloud. Error Invalid function argument on main.tf line 2, in provider google …


    Read More
  • How to fix error value for undeclared variable a variable named was assigned on the command line?

    calendarApr 16, 2021 · 1 min read  ·
    Last Modified : Apr 16, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix error value for undeclared variable a variable named was assigned on the command line?

    In this article we are going to fix Error Value for undeclared variable A variable named was assigned on the command line, but the root module does not declare a variable of that name. To use this value, add a variable block to the configuration The above mentioned issue very common with terraform and 99% of the case …


    Read More
  • What is variable.tf and terraform.tfvars?

    calendarApr 11, 2021 · 8 min read  ·
    Last Modified : Dec 29, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    What is variable.tf and terraform.tfvars?

    Terraform variable.tf is a file where you can define variables for your Terraform configuration. This file can contain the variable definitions as well as the optional default value for the variable. Here is an example of variable.tf which has - Two variables with no default value - instance_type, github_repo One …


    Read More
  • Terraform Table of Content

    calendarApr 8, 2021 · 3 min read · Terraform  ·
    Last Modified : Dec 12, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Terraform Table of Content

    Table of Content for Terraform Read More - Install terraform on Ubuntu 20.04, CentOS 8, MacOS, Windows 10, Fedora 33, Red hat 8 and Solaris 11 How to setup Virtual machine on Google Cloud Platform using terraform Create EC2 Instance on AWS using terraform How to use Terraform Input Variables What is variable.tf and …


    Read More
  • How to use Terraform Variables - Locals,Input,Output

    calendarApr 1, 2021 · 8 min read  ·
    Last Modified : Jan 12, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use Terraform Variables - Locals,Input,Output

    Terraform variables are a way to store values that can be reused throughout your Terraform configuration. They allow you to define a value once and reference it in multiple places throughout your configuration, making it easier to manage and update your infrastructure. Variables are defined in the variables block in …


    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