Terraform Tutorials: Local Values using Local Block

What is local value in terraform? In Terraform, a locals block is used to define local variables within a module, allowing you to create reusable expressions and reduce duplication in…

Read more »
gitlab-setup

GitLab Tutorials: How to setup Gitlab in local machine ?

Port Specification System Requirements Centos 7 Docker

Read more »

Top 21 Local Search Engine and Local Business Listing websites in 2021-22

Today, after the pandemic more than 90% of online experiences start with Search Engines. When someone wants to find businesses, products, services, or maybe any kind of query they first…

Read more »

How to declare a local & global variable in PHP?

Local Variable:- Local Variables mean local is declared inside a function. Its value applies in any function. When local variable value modified in one function then changes not apply in…

Read more »

Understanding local-exec provisioner in terraform

Terraform Provisioners can be used to do specific actions on the local machine or on a remote machine in order to prepare servers or other infrastructure resources. Provisioners can be…

Read more »

Ansible execution connection type

Ansible executes playbooks in the remote server using following connection type. To change the connection type, you need to pass host-specific parameter ansible_connection=<connector>, the connection type can be changed. SSH…

Read more »

The difference between my and local

rajeshkumar created the topic: The difference between my and local There is a subtle difference. In the example below, $::a refers to $a in the ‘global’ namespace. ‘local’ temporarily changes…

Read more »