Terraform error reading AWS when AWS CLI succeeds
I’m new to Terraform. Starting with something simple gives me an error about not being authorized. However running the equivalent command on the AWS CLI yields the expected output. Before running any of these commands, aws sso login was run successfully to handle authentication.
Issue with importing ebs volumes into terraform state file
I am trying to import a manually created EBS volume attached to an ec2 consisting 4 ebs volumes in total.
The 3 volumes where created and attached to an EC2 from terraform code and are part of TF state file.
The new 4th volume was created manually from aws console. There are two ec2’s these volumes are part of index reference as [0] and [1] in TF state file.
~ terraform state file snippet for reference
Terraform reverse engineering without default values
when reverse engineering aws infra with import and show or with terraformer, there are many values that are default values, is there a way to remove those default values so the configuration is more concise? Thanks!
How do i connect bitbucket to codestar via terraform?
INCIPIT: The request is to create a pipeline in codepipeline that is started when I effect a commit on the main branch in bitbucket; the only problem is using terraform to centralize the larger number of operations and the inability to use oidc for enterprise poicy.
How to manually specify AWS Route53 Name Servers in Terraform?
Github Repo : https://github.com/dongkoony/BootGenie_AWS_Terraform
AWS Auto Scaled Instance is completely empty of all the files and folders I copied over during initial instance provisioning
I’m new to Terraform and AWS auto scaling. I’m basically just trying to get a hang of things using terraform and AWS.
AWS Terraform: Create same number of subnets in private/public AZ as number of Availability Zones
I’m trying to create a VPC in AWS us-west-1. Now that region has only 2 AZs available, but my code creates 3 subnets. 2 subnets in same zone
and third subnet in second AZ.
Terraform creating duplicate Route 53 zones
Github Repo : https://github.com/dongkoony/BootGenie_AWS_Terraform
Terraform_file provisioner error_ timeout – last error: dial tcp 54.152.75.152:22: i/o timeout
I am performing a task of deploying a simple Flask application on AWS using Terraform which includes resource creation on AWS like Key-pair, VPC(subnet,Route table, IGW) and I used file and remote-exec provisioners in the main.tf file.
How to use `for_each` on a to be created resource in Terraform
I have 3 private and 3 public subnets, and I want to create either 1 or 2 NAT Gateways depending on the environment.