86805/what-is-the-null-resource-in-terraform
Hi Guys,
I have configured a Terraform Script. But I don't know what is a null resource in Terraform. Can anyone explain?
Hi@akhtar,
The null_resource resource implements the standard resource lifecycle but takes no further action. The triggers argument allows specifying an arbitrary set of values that, when changed, will cause the resource to be replaced.
Hi@akhtar, Data sources allow data to be fetched or ...READ MORE
Terraform is a provisioning tool that seems ...READ MORE
Hi@akhtar, You can use kubernetes_namespace resource in your ...READ MORE
Hi@poorna, You can find one resource named google_service_account_iam_member in ...READ MORE
Hi@akhtar, You have to set an environment variable ...READ MORE
Hi@akhtar, A module is a container for multiple resources that ...READ MORE
Hi@akhtar, Terraform is agnostic to the underlying cloud ...READ MORE
Hi@akhtar, You can use the file function in Terraform. This file function ...READ MORE
Hi@akhtar, You can use a remote-exec provisioner to ...READ MORE
Hi@akhtar, I think a key difference between Terraform ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.