From 1569ae2b0b9fd5a73536c0cb3c481da7a934d672 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 8 Jul 2026 12:37:42 -0400 Subject: [PATCH] add legacy files --- .../extras/datadog-agent/tf-run.data.legacy | 32 +++++++++++++++ .../extras/datadog-agent/versions.tf.legacy | 41 +++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 examples/extras/datadog-agent/tf-run.data.legacy create mode 100644 examples/extras/datadog-agent/versions.tf.legacy diff --git a/examples/extras/datadog-agent/tf-run.data.legacy b/examples/extras/datadog-agent/tf-run.data.legacy new file mode 100644 index 0000000..618bc9d --- /dev/null +++ b/examples/extras/datadog-agent/tf-run.data.legacy @@ -0,0 +1,32 @@ +VERSION 1.4.4 +REMOTE-STATE +COMMAND tf-directory-setup.py -l none -f +COMMAND setup-new-directory.sh + +LINKTOP init +LINKTOP includes.d/variables.account_tags.tf +LINKTOP includes.d/variables.account_tags.auto.tfvars +LINKTOP includes.d/variables.infrastructure_tags.tf +LINKTOP includes.d/variables.infrastructure_tags.auto.tfvars +LINKTOP includes.d/variables.application_tags.tf +# LINKTOP includes.d/variables.application_tags.auto.tfvars +LINK variables.application_tags.auto.tfvars +LINKTOP provider_configs.d/provider.ldap_new.auto.tfvars +LINKTOP provider_configs.d/provider.ldap_new.tf +LINKTOP provider_configs.d/provider.ldap_new.variables.tf +LINK settings.auto.tfvars +LINK includes.d/parent_rs.tf +LINK includes.d/data.eks-subdirectory.tf +LINK includes.d/kubeconfig.eks-subdirectory.tf +LINK variables.eks.tf +LINK prefixes.tf +#LINK providers.tf +LINK variables.addons.tf +#LINK versions.tf +LINK version.tf +LINK variables.vpc.tf +LINK variables.vpc.auto.tfvars +COMMAND rm -f charts.yml images.yml charts-images.tf +COMMAND tf-init + +ALL diff --git a/examples/extras/datadog-agent/versions.tf.legacy b/examples/extras/datadog-agent/versions.tf.legacy new file mode 100644 index 0000000..b6dc371 --- /dev/null +++ b/examples/extras/datadog-agent/versions.tf.legacy @@ -0,0 +1,41 @@ +terraform { + required_version = ">= 1.0.0" + required_providers { + aws = { + source = "hashicorp/aws" + version = ">= 6.0" + } + ldap = { + source = "trevex/ldap" + version = ">= 0.5.4" + } + external = { + source = "hashicorp/external" + version = ">= 1.0" + } + null = { + source = "hashicorp/null" + version = ">= 1.0" + } + random = { + source = "hashicorp/random" + version = ">= 1.0" + } + template = { + source = "hashicorp/template" + version = ">= 1.0" + } + helm = { + source = "hashicorp/helm" + version = ">= 3.0" + } + kubernetes = { + source = "hashicorp/kubernetes" + version = ">= 3.0" + } + time = { + source = "hashicorp/time" + version = ">= 0.9" + } + } +}