Skip to content

Commit

Permalink
add legacy files
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 8, 2026
1 parent 3052fc1 commit 1569ae2
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
32 changes: 32 additions & 0 deletions examples/extras/datadog-agent/tf-run.data.legacy
Original file line number Diff line number Diff line change
@@ -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
41 changes: 41 additions & 0 deletions examples/extras/datadog-agent/versions.tf.legacy
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 1569ae2

Please sign in to comment.