Skip to content

Commit cfdeee7

Browse files
committed
docs: Update example
1 parent 923252d commit cfdeee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/deployment/infra/config.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "local_file" "infra_config" {
22
filename = "${path.module}/../application/infra.dec.yaml"
33
content = templatefile(
4-
"${path.module}/../../../../../../templates/datafold/infra_settings_v3.tpl",
4+
"${path.module}/../templates/datafold/infra_settings.tpl",
55
{
66
aws_target_group_arn = module.aws[0].target_group_arn,
77
clickhouse_backup_sa = "",
@@ -69,6 +69,6 @@ resource "local_file" "infra_config" {
6969
}
7070

7171
depends_on = [
72-
module.aws[0]
72+
module.aws
7373
]
7474
}

0 commit comments

Comments
 (0)