Skip to content

Instantly share code, notes, and snippets.

@kaldorn
Created June 29, 2023 23:13
Show Gist options
  • Save kaldorn/324f5182860b9a07c42d17087b915623 to your computer and use it in GitHub Desktop.
Save kaldorn/324f5182860b9a07c42d17087b915623 to your computer and use it in GitHub Desktop.
terraform plan output gist
Planning failed. Terraform encountered an error while generating this plan.
│ Error: Missing required argument
│ with module.example_error.coralogix_tco_policy.tco_policy,
│ on ../../modules/coralogix_tco_policy/main.tf line 15, in resource "coralogix_tco_policy" "tco_policy":
│ 15: includes = var.application_name.includes
│ "application_name.0.includes": all of `application_name.0.includes,application_name.0.rule` must be specified
│ Error: Invalid combination of arguments
│ with module.example_error.coralogix_tco_policy.tco_policy,
│ on ../../modules/coralogix_tco_policy/main.tf line 21, in resource "coralogix_tco_policy" "tco_policy":
│ 21: is = var.subsystem_name.is
│ "subsystem_name.0.is": one of `subsystem_name.0.includes,subsystem_name.0.is,subsystem_name.0.is_not,subsystem_name.0.starts_with` must be specified
│ Error: Invalid combination of arguments
│ with module.example_error.coralogix_tco_policy.tco_policy,
│ on ../../modules/coralogix_tco_policy/main.tf line 22, in resource "coralogix_tco_policy" "tco_policy":
│ 22: is_not = var.subsystem_name.is_not
│ "subsystem_name.0.is_not": one of `subsystem_name.0.includes,subsystem_name.0.is,subsystem_name.0.is_not,subsystem_name.0.starts_with` must be specified
│ Error: Invalid combination of arguments
│ with module.example_error.coralogix_tco_policy.tco_policy,
│ on ../../modules/coralogix_tco_policy/main.tf line 23, in resource "coralogix_tco_policy" "tco_policy":
│ 23: starts_with = var.subsystem_name.starts_with
│ "subsystem_name.0.starts_with": one of `subsystem_name.0.includes,subsystem_name.0.is,subsystem_name.0.is_not,subsystem_name.0.starts_with` must be specified
│ Error: Invalid combination of arguments
│ with module.example_error.coralogix_tco_policy.tco_policy,
│ on ../../modules/coralogix_tco_policy/main.tf line 24, in resource "coralogix_tco_policy" "tco_policy":
│ 24: includes = var.subsystem_name.includes
│ "subsystem_name.0.includes": one of `subsystem_name.0.includes,subsystem_name.0.is,subsystem_name.0.is_not,subsystem_name.0.starts_with` must be specified
│ Error: Invalid combination of arguments
│ with module.example_error.coralogix_tco_policy.tco_policy,
│ on ../../modules/coralogix_tco_policy/main.tf line 25, in resource "coralogix_tco_policy" "tco_policy":
│ 25: rule = var.subsystem_name.rule
│ "subsystem_name.0.rule": one of `subsystem_name.0.rule,subsystem_name.0.rules` must be specified
│ Error: Invalid combination of arguments
│ with module.example_error.coralogix_tco_policy.tco_policy,
│ on ../../modules/coralogix_tco_policy/main.tf line 26, in resource "coralogix_tco_policy" "tco_policy":
│ 26: rules = var.subsystem_name.rules
│ "subsystem_name.0.rules": one of `subsystem_name.0.rule,subsystem_name.0.rules` must be specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment