Questions tagged with Terraform
Terraform Cloud enables infrastructure automation for provisioning, compliance, and management of any cloud, datacenter, and service.
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
292 results
I am using AWS Control Tower in my Management account to create new AWS member accounts. Is it possible to use AWS Control Tower Account Factory for Terraform (AFT) customization to assign AWS IAM Ide...
0
answers
0
votes
28
views
asked 6 days ago
I have this terraform config:
```
resource "aws_elastic_beanstalk_environment" "ebs_env" {
..
setting {
namespace = "aws:elasticbeanstalk:environment:process:default"
name = "HealthCh...
1
answers
0
votes
22
views
asked 9 days ago
My app is in an Elasticbeanstalk envi. It uses a Network Loadbalancer (EnvironmentType=LoadBalanced) and a TargetGroup. As it has Network Loadbalancer so the default health check type is EC2. I can ...
2
answers
0
votes
28
views
asked 10 days ago
Region: eu-west-2
1. created a terraform and did apply whihc created instance
2. i destroyed
3. when reapplying terraform apply i get
Error: creating EC2 Instance: operation error EC2: RunInstances, ...
1
answers
0
votes
37
views
asked 17 days ago
When I configure the logging manually using the AWS Management Console, everything works as expected.
But when I try to do the same using the AWS CLI or Terraform, I get the following error:
**An err...
4
answers
0
votes
111
views
asked 18 days ago
We’re trying to configure Karpenter via Terraform for our EKS cluster, but the nodes provisioned by Karpenter fail to join the cluster. From what we observe, the nodes are being launched without the c...
2
answers
1
votes
98
views
asked a month ago
AWS have a bug with policies.
To reproduce:
1. Create datastore in Healthlake
2. Create a user which will have limited access to Healthlake
3. Attach to it Read and Write permissions (for datastore)
...
1
answers
0
votes
27
views
asked 2 months ago
I know it's possible to setup s3 vector buckets from the aws console https://repost.aws/articles/ARY9EKiGFISfisAyvigDX3lQ/amazon-s3-vectors-revolutionizing-ai-data-storage-with-use-cases
But I can't f...
2
answers
0
votes
466
views
asked 2 months ago
Hi,
I have some security group rules deployed using Terraform and the official AWS provider. However, the resource aws_security_group_rule is depreciated in favor of aws_vpc_security_group_egress_rule...
2
answers
0
votes
43
views
asked 2 months ago
I am attempting to create an Aurora PostgreSQL Serverless v2 cluster in `us-east-1` using Terraform with `engine_version = "16.6"`. The `terraform apply` command consistently fails with the following ...
1
answers
0
votes
54
views
asked 2 months ago
From AWS console I am trying to create EKS cluster v 1.33 using AWS AL2023 AMI , EKS cluster gets created but no node joining the cluster. I have also tried creating EKS cluster v1.33 using Terraform ...
1
answers
0
votes
447
views
asked 2 months ago
In the Cloud Intelligence Dashboards framework repository, there is a legacy-terraform directory as well as current deployment guidance in the main README. What is the functional difference between th...
2
answers
0
votes
91
views
asked 2 months ago