Latest questions in Terraform

0 votes
1 answer

How to remove a resource from Terraform state?

Hi@akhtar, First, you need to remove the resource ...READ MORE

Dec 7, 2020 in Terraform by MD
• 95,440 points
28,713 views
0 votes
1 answer

How to use dynamic resource names in Terraform?

Hi@akhtar, I recommend using a different workspace for each ...READ MORE

Dec 7, 2020 in Terraform by MD
• 95,440 points
2,567 views
0 votes
1 answer

When are variables defined in Terraform?

Hi@akhtar, You can provide the value of each ...READ MORE

Dec 7, 2020 in Terraform by MD
• 95,440 points
812 views
0 votes
1 answer

How are data sources used in Terraform?

Hi@akhtar, A data source is accessed via a ...READ MORE

Dec 7, 2020 in Terraform by MD
• 95,440 points
1,231 views
0 votes
1 answer

What does Terraform refresh really do?

Hi@akhtar, The terraform refresh command is used to reconcile the ...READ MORE

Dec 7, 2020 in Terraform by MD
• 95,440 points
4,690 views
0 votes
1 answer

How to read the volume ID of the EC2 instance using Terraform?

Hi@akhtar, You won't be able to extract EBS ...READ MORE

Dec 4, 2020 in Terraform by MD
• 95,440 points
1,821 views
0 votes
1 answer

An argument named "versioning" is not expected here. Did you mean to define a block of type "versioning"?

Hi@akhtar, The error is telling that you need ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
2,516 views
0 votes
1 answer

How to create GCS bucket with versioning using Terraform?

Hi@MD, You can create a new bucket in Google ...READ MORE

Dec 1, 2020 in Terraform by akhtar
• 38,230 points
1,449 views
0 votes
1 answer

How to add a DNS record in GCP using Terraform?

Hi@akhtar, You can use the google_dns_managed_zone resource to ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
1,818 views
0 votes
0 answers

How to create a Kubernetes cluster on Google Cloud using Terraform?

Hi Team, I am new to Terraform. I ...READ MORE

Dec 1, 2020 in Terraform by akhtar
• 38,230 points
602 views
0 votes
1 answer

How to create GCP instance with public IP with terraform?

Hi@akhtar, You need to specify "access_config" under "network_interface" ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
1,767 views
0 votes
1 answer

GCP Custom IAM role creation with Terraform.

Hi@akhtar, You can use the google_project_iam_custom_role resource in Terraform. ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
1,136 views
0 votes
1 answer

In gcp service account had created manually, right now i need to add the members to service account through terraform

Hi@poorna, You can find one resource named google_service_account_iam_member in ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
1,559 views
0 votes
1 answer

How to create Google App Engine using Terraform?

Hi@akhtar, You can launch an Application in Google ...READ MORE

Sep 30, 2020 in Terraform by MD
• 95,440 points
2,346 views
0 votes
1 answer

How to configure AWS MFA for Terraform?

Hi@akhtar, You can specify assume_role in your AWS ...READ MORE

Sep 30, 2020 in Terraform by MD
• 95,440 points
2,435 views
0 votes
1 answer

What is the null resource in Terraform?

Hi@akhtar, The null_resource resource implements the standard resource ...READ MORE

Sep 29, 2020 in Terraform by MD
• 95,440 points
3,583 views
0 votes
1 answer

How to check the installed version of Terraform?

Hi@akhtar, To check the version, launch Windows PowerShell ...READ MORE

Sep 29, 2020 in Terraform by MD
• 95,440 points
24,767 views
0 votes
1 answer

Uses of Terraform CLI.

Hi@akhtar, Terraform is controlled via a very easy ...READ MORE

Sep 29, 2020 in Terraform by MD
• 95,440 points
596 views
0 votes
1 answer

How does Terraform work?

Hi@akhtar, Terraform produce an execution plan delineate, what ...READ MORE

Sep 29, 2020 in Terraform by MD
• 95,440 points
956 views
0 votes
1 answer

Create configMap in Kubernetes using Terraform Script.

Hi@akhtar, You can use the kubernetes_config_map resource in ...READ MORE

Sep 28, 2020 in Terraform by MD
• 95,440 points
3,092 views
0 votes
1 answer

Create a secret in Kubernetes using Terraform.

Hi@akhtar, Terraform has resource to create a secret ...READ MORE

Sep 28, 2020 in Terraform by MD
• 95,440 points
2,418 views
0 votes
1 answer

How to get LoadBalancer IP in Kubernetes using Terraform script?

Hi@akhtar, In your Terraform script, you can output ...READ MORE

Sep 28, 2020 in Terraform by MD
• 95,440 points
3,032 views
0 votes
1 answer

How to expose a Pod in Kubernetes using Terraform?

Hi@MD, You can use kubernetes_service resource to expose ...READ MORE

Sep 28, 2020 in Terraform by akhtar
• 38,230 points
574 views
0 votes
2 answers

Where do I get Hashicorp certified Terraform associate dumps or exam questions for practice?

From my personal experience, i have used ...READ MORE

Dec 15, 2020 in Terraform by kodilil
• 440 points
2,658 views
0 votes
1 answer

How to create Filestore instance in GCP using Terraform?

Hi@akhtar, You can manage services in the GCP ...READ MORE

Sep 14, 2020 in Terraform by MD
• 95,440 points
2,318 views
0 votes
1 answer

Create service in Kubernetes cluster using Terraform.

Hi@MD, To expose the pod to end-users, provision ...READ MORE

Sep 14, 2020 in Terraform by akhtar
• 38,230 points
419 views
0 votes
1 answer

How to create a security rule in GCP using Terraform?

Hi@akhtar, A Security Policy defines an IP blacklist ...READ MORE

Sep 14, 2020 in Terraform by MD
• 95,440 points
1,010 views
0 votes
1 answer

How to create aws eks fargate profile using Terraform?

Hi@akhtar, You can find a resource for AWS ...READ MORE

Sep 14, 2020 in Terraform by MD
• 95,440 points
1,300 views
0 votes
1 answer

How to create a namespace in the Kubernetes cluster using Terraform?

Hi@akhtar, You can use kubernetes_namespace resource in your ...READ MORE

Sep 14, 2020 in Terraform by MD
• 95,440 points
8,034 views
0 votes
1 answer

How to connect to the Kubernetes cluster from Terraform?

Hi@akhtar, You need to install the plugins using ...READ MORE

Sep 14, 2020 in Terraform by MD
• 95,440 points
526 views
0 votes
2 answers

How to create a customized IAM policy in GCP using Terraform?

You can visit Terraform official site for ...READ MORE

Sep 14, 2020 in Terraform by Peter
• 180 points
1,560 views
0 votes
1 answer

How to set an IAM policy for a project in GCP using Terraform?

Hi@akhtar, You can create a policy and give ...READ MORE

Sep 13, 2020 in Terraform by akhtar
• 38,230 points
1,321 views
0 votes
1 answer

Create a project in GCP using Terraform.

Hi@akhtar, Terraform has a resource named google_project. This ...READ MORE

Sep 13, 2020 in Terraform by MD
• 95,440 points
771 views
0 votes
1 answer

How to create subnets in GCP cloud using Terraform?

Hi@akhtar, You need to create a network first. ...READ MORE

Sep 13, 2020 in Terraform by MD
• 95,440 points
1,783 views
0 votes
1 answer

How to create a VPC in GCP Cloud using Terraform code?

Hi@akhtar, You can create your own VPC in ...READ MORE

Sep 13, 2020 in Terraform by MD
• 95,440 points
1,405 views
0 votes
1 answer

How to create a service account key in GCP Cloud using Terraform?

Hi@akhtar, You need to create a service account ...READ MORE

Sep 13, 2020 in Terraform by MD
• 95,440 points
1,436 views
0 votes
1 answer

How to create a service account in GCP using Terraform?

Hi@akhtar, You can create a service account in ...READ MORE

Sep 13, 2020 in Terraform by MD
• 95,440 points
2,162 views
0 votes
1 answer

How to launch an instance in GCP using Terraform?

Hi@akhtar, You can use the google_compute_instance resource in ...READ MORE

Sep 12, 2020 in Terraform by MD
• 95,440 points
642 views
0 votes
1 answer

How to use GCP provider in Terraform?

Hi@akhtar, Terraform supports many providers to deploy the ...READ MORE

Sep 12, 2020 in Terraform by MD
• 95,440 points
515 views
0 votes
1 answer

Error:No credentials loaded. To use your gcloud credentials, run 'gcloud auth application-default login'.

Hi@akhtar, You are trying to connect the GCP ...READ MORE

Sep 12, 2020 in Terraform by MD
• 95,440 points
4,334 views
0 votes
1 answer

Error: Error loading zone 'us-central1-a': googleapi: Error 403: Permission denied on resource project Nadeem-gcp-production., forbidden

Hi@akhtar, It seems you didn't enable a billing ...READ MORE

Sep 12, 2020 in Terraform by MD
• 95,440 points
5,997 views
0 votes
1 answer

How to import manually created s3 bucket in Terraform?

Hi@akhtar, Terraform will not able to get the ...READ MORE

Sep 11, 2020 in Terraform by MD
• 95,440 points
12,245 views
0 votes
1 answer

Why terraform is ignoring a manually created s3 bucket?

Hi@akhtar, Terraform is a declarative language, you can ...READ MORE

Sep 11, 2020 in Terraform by akhtar
• 38,230 points
1,189 views
0 votes
1 answer

How to copy the content of an s3 bucket to another s3 bucket using Terraform?

Hi@akhtar, There is no resource that enables the ...READ MORE

Sep 11, 2020 in Terraform by MD
• 95,440 points
4,510 views
0 votes
1 answer

Error refreshing state: AccessDenied: Access Denied status code: 403

Hi@akhtar, I also faced the same issue. Then ...READ MORE

Sep 9, 2020 in Terraform by MD
• 95,440 points
12,760 views
0 votes
1 answer

How to launch one MySQL instance using Terraform code?

Hi@akhtar, You can use the aws_instance resource in Terraform. This ...READ MORE

Sep 9, 2020 in Terraform by MD
• 95,440 points
1,006 views
0 votes
1 answer

How to block public access to S3 bucket using Terraform?

Hi@akhtar, To control the access of the S3 ...READ MORE

Sep 9, 2020 in Terraform by MD
• 95,440 points
13,282 views
0 votes
1 answer

How to create a policy for AWS EFS file system using Terraform?

Hi@akhtar, You can find one resource in Terraform ...READ MORE

Sep 9, 2020 in Terraform by MD
• 95,440 points
1,851 views