terraform-aws-ec2-instance
terraform-aws-ec2-instance copied to clipboard
Terraform module for provisioning a general purpose EC2 host
### Describe the Feature Terraform aws_instance support [placement_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#placement_group) - (Optional) Placement Group to start the instance in. ### Expected Behavior This module doesnt have that option. ### Use Case Cluster...
## what Add lifecycle ignore changes to `aws_instance.associate_public_ip_address` ## why - prevent replacement on external aws eip association ## more Alternative: - Implement usage of custom EIP
### Describe the Feature When the subnet has been configured to create IPv6 Addresses for each network interface created within it ([input_public_assign_ipv6_address_on_creation](https://github.com/cloudposse/terraform-aws-dynamic-subnets?tab=readme-ov-file#input_public_assign_ipv6_address_on_creation)), this EC2 instance will have an IPV6 Address...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://redirect.github.com/hashicorp/terraform-provider-aws))...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/security-group/aws](https://registry.terraform.io/modules/cloudposse/security-group/aws) ([source](https://redirect.github.com/cloudposse/terraform-aws-security-group)) | module | major | `0.3.3` -> `2.2.0` | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/security-group/aws](https://registry.terraform.io/modules/cloudposse/security-group/aws) ([source](https://redirect.github.com/cloudposse/terraform-aws-security-group)) | module | minor | `0.3.3` -> `0.4.3` | --- ###...
### Describe the Bug unable to pass instance profile dynamically from other module as the below data block is looking for existing resource in aws. data "aws_iam_instance_profile" "given" { count...