terraform-aws-ec2-instance
terraform-aws-ec2-instance copied to clipboard
Terraform module to create AWS EC2 instance(s) resources πΊπ¦
## Description Hello, We deployed an EC2 Instance via this module and initially configured an additional ebs volume. Now we need to add a second non root volume, but that...
## Description Add redirect link for Block Devices configuration block details ## Motivation and Context Previously the description stated as below > Customize details about the root block device of...
Error: Invalid provider configuration β β Provider "registry.terraform.io/hashicorp/aws" requires explicit configuration. Add a provider block to the root β module and configure the provider's required arguments as described in the...
i have created a EC2 server using modules also created a SG using modules only but the ec2 usballe to take new created SG
## Description I'm encountering an error when setting `create_eip = true` in the module. The module fails during apply with the following error: ``` Error: Value for unconfigurable attribute with...
## Description > We upgraded the module version to the latest (5.8.0), the terraform version to the latest (v1.12.0) and deleted the local `.terraform` When doing a `terraform plan`, we...
## Description Removed mentions of deprecated cpu_core_count and cpu_threads_per_core variables ## Motivation and Context ## Breaking Changes No ## How Has This Been Tested? - [ ] I have updated...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
Using this module while adding and attaching ebs volume resource separately... I added an aws_ebs_volume, and aws_volume_attachment that works in conjunction with this module. I manage the tags as well...
## Description Re-raising https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/401 as it is still an issue. If your request is for a new feature, please use the `Feature request` template. - [x] β I have searched...