Skip to content

Commit

Permalink
env name
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Aug 29, 2024
1 parent 25f7354 commit c1e9794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/mesh_cluster/ansible.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resource "ansible_group" "mgrs" {
ansible_ssh_common_args = "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
K3S_TOKEN = var.k3s_token
DATADOG_API_KEY = var.DATADOG_API_KEY
ENV_NAME = var.mesh_env_name
}
}

Expand Down

0 comments on commit c1e9794

Please sign in to comment.