Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • How to fix terraform error Your query returned no results. Please change your search criteria and try again?

    calendar May 31, 2021 · 2 min read  ·
    Share on: twitter facebook linkedin copy
    How to fix terraform error Your query returned no results. Please change your search criteria and try again?

    The terraform error Your query returned no results. Please change your search criteria and try again can be misleading and can cause an increase in your debugging time with your Terraform configuration. I have also faced the same issue while I was trying to set up my aws_instance on AWS. But interestingly this issue …


    Read More
  • How to use Terraform Data sources?

    calendar May 28, 2021 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    How to use Terraform Data sources?

    Terraform data sources can be beneficial if you want to retrieve or fetch the data from the cloud service providers such as AWS, AZURE, and GCP. Most of the time when we use Terraform along with AWS/AZURE/GCP then we always send data in terms of instructions or configuration. But what if you want to get the …


    Read More
  • How to use Terraform resource meta arguments?

    calendar May 25, 2021 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    How to use Terraform resource meta arguments?

    Terraform resource Meta-Arguments can be useful while setting up your cloud infrastructure. The resource arguments depends_on, count, for_Each, provider, lifecycle has some features such as - You can create multiple aws_resource using the count for_each can be used for iteration and can also help you to create …


    Read More
  • How to use Terraform Dynamic blocks?

    calendar May 10, 2021 · 3 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar May 1, 2021 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar May 1, 2021 · 6 min read  ·
    Share on: twitter facebook linkedin copy
    Understanding terraform count, for_each and for loop?

    When you are working with collection variables inside Terrafrom then you must understand the concept of loops with count, loops with for each and `for loop, otherwise, it will be really hard to iterate over collections such list, map and set. This article is particularly focused on understanding how the loops work. We …


    Read More
  • How to use Terraform output values?

    calendar Apr 26, 2021 · 9 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Apr 19, 2021 · 2 min read  ·
    Share on: twitter facebook linkedin copy
    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

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

    calendar Apr 16, 2021 · 1 min read  ·
    Share on: twitter facebook linkedin copy
    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
    • ««
    • «
    • 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