From e692e797de4787deb4ccbe52ab0d6ac79c184945 Mon Sep 17 00:00:00 2001 From: Vara Bonthu <vara.bonthu@gmail.com> Date: Wed, 29 Sep 2021 23:11:28 +0100 Subject: [PATCH] renamed amp and auth files to meaningfull name --- .gitignore | 2 +- auth.tf => aws-auth-configmap.tf | 0 amp.tf => aws-managed-prometheus.tf | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename auth.tf => aws-auth-configmap.tf (100%) rename amp.tf => aws-managed-prometheus.tf (100%) diff --git a/.gitignore b/.gitignore index 8e1b99b0..283df4ec 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ kubeconfig* .terraform.lock.hcl local_tf_state/ .vscode -.gitallowed \ No newline at end of file +.gitallowed diff --git a/auth.tf b/aws-auth-configmap.tf similarity index 100% rename from auth.tf rename to aws-auth-configmap.tf diff --git a/amp.tf b/aws-managed-prometheus.tf similarity index 100% rename from amp.tf rename to aws-managed-prometheus.tf -- GitLab