Most voted questions in Terraform

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,267 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,200 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,538 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,778 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,015 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,312 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,862 views
0 votes
1 answer

How to create an EFS in AWS from Terraform Code?

Hi@MD, You can use aws_efs_file_system resource in Terraform. ...READ MORE

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

How to launch one EC2 instance for WordPress using Terraform?

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

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

Terraform output: Error: module “rds”: “monitoring_role_arn” is not a valid argument

Hi@mgb, I have checked the document. You are ...READ MORE

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

How to read data from a file in Terraform?

Hi@akhtar, You can use the file function in Terraform. This file function ...READ MORE

Jul 27, 2020 in Terraform by MD
• 95,440 points
12,653 views
0 votes
1 answer

How to read input from CSV file or any file instead of using tfvars file in Terraform?

Hi, You can use the file function in Terraform. ...READ MORE

Jul 27, 2020 in Terraform by MD
• 95,440 points
5,145 views
0 votes
1 answer

What is the remote-exec provisioner in Terraform?

Hi@akhtar, You can use a remote-exec provisioner to ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,440 points
3,500 views
0 votes
1 answer

How does local-exec provisioner work in Terraform?

Hi@akhtar, You can use a local-exec provisioner to ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,440 points
5,671 views
0 votes
1 answer

How to create a folder inside S3 Bucket using Terraform code?

Hi@akhtar, You can create a folder at the ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,440 points
2,674 views
0 votes
1 answer

How to create one S3 bucket in AWS using Terraform?

Hi@akhtar, You need to set aws provider name ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,440 points
1,012 views
0 votes
1 answer

What is data source in Terraform?

Hi@akhtar, Data sources allow data to be fetched or ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,440 points
1,588 views
0 votes
1 answer

What is a Terraform provider?

Hi@akhtar, Terraform is agnostic to the underlying cloud ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,440 points
680 views
0 votes
2 answers

What is Terraform?

Terraform is a provisioning tool that seems ...READ MORE

Aug 29, 2020 in Terraform by nbavis
• 380 points
2,091 views
0 votes
1 answer

How to add a route for IGW in AWS using Terraform code?

Hi@akhtar, Terraform has one keyword named route. It allows ...READ MORE

Jul 22, 2020 in Terraform by MD
• 95,440 points
3,877 views
0 votes
1 answer

How to attach Elastic IP in EC2 instance using Terraform code?

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

Jul 22, 2020 in Terraform by MD
• 95,440 points
8,213 views
0 votes
1 answer

How to create a route table in AWS using Terraform code?

Hi@akhtar, You can use aws_route_table resources in your ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
5,348 views
0 votes
1 answer

How to create Internet gateway in AWS usng Terraform?

Hi@akhtar, You can find one resource named aws_internet_gateway. ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
1,789 views
0 votes
1 answer

Error: Error creating route: InvalidParameterValue: Route target is not supported. This route only supports interface and instance targets.

Hi@akhtar, In the route you use internet gateway ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
2,487 views
0 votes
1 answer

How to create a VPC in AWS using Terraform?

Hi@akhtar, You can find the script in the ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
1,115 views
0 votes
1 answer

How to import module in Terraform code?

Hi@akhtar, A module is a container for multiple resources that ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
1,876 views
0 votes
1 answer

How to create a variable in Terraform?

Hi@akhtar, Terraform has an inbuilt variable keyword to ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
633 views
0 votes
1 answer

How to launch EC2 windows instance with powershell script using terraform?

Hi, In your Terraform code, you have written ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
3,701 views
0 votes
1 answer

How to manage AWS multiple regions and availability zones using terraform?

Hi, When you run your Terraform code it ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
6,152 views
0 votes
1 answer

How to create a rds snapshot from running rds instance in AWS using terraform?

Hi, I think you can use aws_db_instance resource to ...READ MORE

Jul 20, 2020 in Terraform by MD
• 95,440 points
2,456 views
0 votes
1 answer

Terraform template to create SNS topic with subscription of mail id

Hi@Lakshminarayanan, For SNS topic, you can use aws_sns_topic_subscription resource ...READ MORE

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

List down all namespaces in minikube using Terraform.

Hi@akhtar, You can use data source in Terraform. ...READ MORE

Jun 30, 2020 in Terraform by MD
• 95,440 points
762 views
0 votes
1 answer

How to create a namespace in minikube using Terraform?

Hi@akhtar, You can use kubernetes_namespace resource. It is used ...READ MORE

Jun 30, 2020 in Terraform by MD
• 95,440 points
1,407 views
0 votes
1 answer

How to launch one Pod in Minikube using Terraform?

Hi@akhtar, You can use kubernetes_pod resource to launch ...READ MORE

Jun 16, 2020 in Terraform by MD
• 95,440 points
3,138 views
0 votes
1 answer

How to integrate kubernetes with Terraform?

Hi@akhtar, You can use Kubernetes as your Terraform ...READ MORE

Jun 16, 2020 in Terraform by MD
• 95,440 points
723 views
0 votes
1 answer

How to do ssh in EC2 instance using Terraform?

Hi@akhtar, To ssh in your EC2 instance, you ...READ MORE

Jun 15, 2020 in Terraform by MD
• 95,440 points
6,792 views
0 votes
1 answer

How to run local command using terraform?

Hi@akhtar, You can use provisioner keyword to run ...READ MORE

Jun 15, 2020 in Terraform by MD
• 95,440 points
1,645 views
0 votes
1 answer

* Error: "field_name": this field cannot be set

Hi@akhtar, You are likely using an older version ...READ MORE

Jun 15, 2020 in Terraform by MD
• 95,440 points
854 views
0 votes
1 answer

Error: error executing "/tmp/terraform_1104475889.sh": Process exited with status 1

Hi@akhtar, You are trying to run a remote ...READ MORE

Jun 15, 2020 in Terraform by MD
• 95,440 points
6,426 views
0 votes
1 answer

Error: Inappropriate value for attribute "content": string required.

Hi@MD, You have to pass in which format ...READ MORE

Jun 15, 2020 in Terraform by akhtar
• 38,230 points
2,319 views
0 votes
1 answer

error deleting S3 Bucket (example11225588): BucketNotEmpty: The bucket you tried to delete is not empty

Hi@akhtar, Your bucket is mounted to a folder. ...READ MORE

Jun 14, 2020 in Terraform by MD
• 95,440 points
3,892 views
0 votes
1 answer

How to create one s3 bucket using terraform?

Hi@akhtar, You can use aws_s3_bucket resources to create ...READ MORE

Jun 12, 2020 in Terraform by MD
• 95,440 points
3,691 views
0 votes
1 answer

Error putting object in S3 bucket (example11225588): NoSuchBucket: The specified bucket does not exist

Hi@akhtar, You are trying to upload something in ...READ MORE

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

How to attach an EBS volume to EC2 instance using terraform?

Hi@akhtar, You can use aws_volume_attachment resource to attach ...READ MORE

Jun 12, 2020 in Terraform by MD
• 95,440 points
8,477 views
0 votes
1 answer

How to create a folder in S3 bucket using terraform?

Hi@akhtar, You can use aws_s3_bucket_object resource to create one ...READ MORE

Jun 11, 2020 in Terraform by MD
• 95,440 points
10,137 views
0 votes
1 answer

Error: Error putting object in S3 bucket (example11225588): AccessDenied: Access Denied

Hi@akhtar, To upload your file in the s3 ...READ MORE

Jun 11, 2020 in Terraform by MD
• 95,440 points
2,616 views
0 votes
1 answer

How to create one key in AWS using terraform?

Hi@akhtar, You can use aws_key_pair resource n terraform. ...READ MORE

Jun 11, 2020 in Terraform by MD
• 95,440 points
1,366 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

'terraform' is not recognized as an internal or external command, operable program or batch file.

Hi@akhtar, You have to set an environment variable ...READ MORE

Jun 10, 2020 in Terraform by MD
• 95,440 points
27,688 views