We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923252d commit cfdeee7Copy full SHA for cfdeee7
examples/deployment/infra/config.tf
@@ -1,7 +1,7 @@
1
resource "local_file" "infra_config" {
2
filename = "${path.module}/../application/infra.dec.yaml"
3
content = templatefile(
4
- "${path.module}/../../../../../../templates/datafold/infra_settings_v3.tpl",
+ "${path.module}/../templates/datafold/infra_settings.tpl",
5
{
6
aws_target_group_arn = module.aws[0].target_group_arn,
7
clickhouse_backup_sa = "",
@@ -69,6 +69,6 @@ resource "local_file" "infra_config" {
69
}
70
71
depends_on = [
72
- module.aws[0]
+ module.aws
73
]
74
0 commit comments