CrowdStrike / terraform-kubectl-falcon

Module to manage CrowdStrike Falcon Sensor and the Kubernetes Protection Agent on a Kubernetes cluster.
https://registry.terraform.io/modules/CrowdStrike/falcon/kubectl/latest
The Unlicense
7 stars 14 forks source link

fix unsupported arguments in aws-eks-blueprint-example #26

Closed ryanjpayne closed 1 year ago

ryanjpayne commented 1 year ago
Warning: Argument is deprecated

  with module.vpc.aws_eip.nat,
  on .terraform/modules/vpc/main.tf line 1013, in resource "aws_eip" "nat":
1013:   vpc = true

use domain attribute instead

Error: Unsupported argument

  on .terraform/modules/vpc/main.tf line 35, in resource "aws_vpc" "this":
  35:   enable_classiclink             = null # https://github.com/hashicorp/terraform/issues/31730

An argument named "enable_classiclink" is not expected here.

Error: Unsupported argument

  on .terraform/modules/vpc/main.tf line 36, in resource "aws_vpc" "this":
  36:   enable_classiclink_dns_support = null # https://github.com/hashicorp/terraform/issues/31730

An argument named "enable_classiclink_dns_support" is not expected here.

Error: Unsupported argument

  on .terraform/modules/vpc/main.tf line 1246, in resource "aws_default_vpc" "this":
1246:   enable_classiclink   = null # https://github.com/hashicorp/terraform/issues/31730

An argument named "enable_classiclink" is not expected here.
ryanjpayne commented 1 year ago

resolved with update to vpc module version https://github.com/CrowdStrike/terraform-kubectl-falcon/commit/e6ae0f6f96e96fd794bbbe4e6b0bc485e30c516a