Skip to content

Conversation

@chaitanya-sistla
Copy link
Collaborator

No description provided.

@env0
Copy link

env0 bot commented Nov 24, 2025

🚀  env0 had composed a PR Plan for environment My First Project / openobserve-eks-iac example :

 🚨 PR Plan Failed 🚨
Failure Details
╷
│ Error: Unsupported argument
│ 
│   on eks-cluster.tf line 15, in resource "aws_eip" "nat_eip":
│   15:   vpc = true
│ 
│ An argument named "vpc" is not expected here.
╵
╷
│ Error: Invalid function argument
│ 
│   on values-generate.tf line 3, in resource "local_file" "values_yaml":
│    3:   content  = templatefile("./o2-eks/values.yaml.j2", {
│    4:     root_user_email    = var.root_user_email
│    5:     root_user_password = var.root_user_password
│    6:     postgres_dsn       = aws_db_instance.openobserve_rds.endpoint
│    7:     s3_bucket_name     = aws_s3_bucket.openobserve_bucket.bucket
│    8:     s3_region_name     = aws_s3_bucket.openobserve_bucket.region
│    9:     iam_role_arn       = aws_iam_role.openobserve_role.arn
│   10:     o2_dex_domain      = var.o2_dex_domain
│   11:     o2_domain          = var.o2_domain
│   12:     rds_db_password    = random_password.db_password.result
│   13:   })
│     ├────────────────
│     │ while calling templatefile(path, vars)
│ 
│ Invalid value for "vars" parameter: vars map does not contain key
│ "secret_name", referenced at ./o2-eks/values.yaml.j2:301,67-78.
╵
╷
│ Error: Unsupported block type
│ 
│   on .terraform/modules/eks/modules/eks-managed-node-group/main.tf line 122, in resource "aws_launch_template" "this":
│  122:   dynamic "elastic_gpu_specifications" {
│ 
│ Blocks of type "elastic_gpu_specifications" are not expected here.
╵
╷
│ Error: Unsupported block type
│ 
│   on .terraform/modules/eks/modules/eks-managed-node-group/main.tf line 129, in resource "aws_launch_template" "this":
│  129:   dynamic "elastic_inference_accelerator" {
│ 
│ Blocks of type "elastic_inference_accelerator" are not expected here.
╵
╷
│ Error: Unsupported block type
│ 
│   on .terraform/modules/eks/modules/self-managed-node-group/main.tf line 125, in resource "aws_launch_template" "this":
│  125:   dynamic "elastic_gpu_specifications" {
│ 
│ Blocks of type "elastic_gpu_specifications" are not expected here.
╵
╷
│ Error: Unsupported block type
│ 
│   on .terraform/modules/eks/modules/self-managed-node-group/main.tf line 132, in resource "aws_launch_template" "this":
│  132:   dynamic "elastic_inference_accelerator" {
│ 
│ Blocks of type "elastic_inference_accelerator" are not expected here.
╵

Full PR Plan logs on env0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants