Skip to content

Commit 897e15b

Browse files
committed
chore: update all environments to be in line with the current configuration before the release
1 parent f70f07c commit 897e15b

File tree

5 files changed

+85
-3
lines changed

5 files changed

+85
-3
lines changed

infrastructure/tf-audit/environments/development.tfvars

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,26 @@ storage_accounts = {
4848
container_access_type = "private"
4949
}
5050
}
51-
51+
}
52+
sqlbackups = {
53+
name_suffix = "sqlbackups"
54+
account_tier = "Standard"
55+
replication_type = "LRS"
56+
public_network_access_enabled = false
57+
blob_properties_delete_retention_policy = 7
58+
blob_properties_versioning_enabled = true
59+
access_tier = "Cold"
60+
containers = {
61+
sql-backups-immutable = {
62+
container_name = "sql-backups-immutable"
63+
container_access_type = "private"
64+
immutability_policy = {
65+
is_locked = false
66+
immutability_period_in_days = 1
67+
protected_append_writes_all_enabled = false
68+
protected_append_writes_enabled = false
69+
}
70+
}
71+
}
5272
}
5373
}

infrastructure/tf-audit/environments/integration.tfvars

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,26 @@ storage_accounts = {
6060
container_access_type = "private"
6161
}
6262
}
63-
63+
}
64+
sqlbackups = {
65+
name_suffix = "sqlbackups"
66+
account_tier = "Standard"
67+
replication_type = "LRS"
68+
public_network_access_enabled = false
69+
blob_properties_delete_retention_policy = 7
70+
blob_properties_versioning_enabled = true
71+
access_tier = "Cold"
72+
containers = {
73+
sql-backups-immutable = {
74+
container_name = "sql-backups-immutable"
75+
container_access_type = "private"
76+
immutability_policy = {
77+
is_locked = false
78+
immutability_period_in_days = 1
79+
protected_append_writes_all_enabled = false
80+
protected_append_writes_enabled = false
81+
}
82+
}
83+
}
6484
}
6585
}

infrastructure/tf-audit/environments/nft.tfvars

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,26 @@ storage_accounts = {
5252
container_access_type = "private"
5353
}
5454
}
55-
55+
}
56+
sqlbackups = {
57+
name_suffix = "sqlbackups"
58+
account_tier = "Standard"
59+
replication_type = "LRS"
60+
public_network_access_enabled = false
61+
blob_properties_delete_retention_policy = 7
62+
blob_properties_versioning_enabled = true
63+
access_tier = "Cold"
64+
containers = {
65+
sql-backups-immutable = {
66+
container_name = "sql-backups-immutable"
67+
container_access_type = "private"
68+
immutability_policy = {
69+
is_locked = false
70+
immutability_period_in_days = 1
71+
protected_append_writes_all_enabled = false
72+
protected_append_writes_enabled = false
73+
}
74+
}
75+
}
5676
}
5777
}

infrastructure/tf-audit/environments/preprod.tfvars

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,25 @@ storage_accounts = {
7979
}
8080
}
8181
}
82+
sqlbackups = {
83+
name_suffix = "sqlbackups"
84+
account_tier = "Standard"
85+
replication_type = "LRS"
86+
public_network_access_enabled = false
87+
blob_properties_delete_retention_policy = 7
88+
blob_properties_versioning_enabled = true
89+
access_tier = "Cold"
90+
containers = {
91+
sql-backups-immutable = {
92+
container_name = "sql-backups-immutable"
93+
container_access_type = "private"
94+
immutability_policy = {
95+
is_locked = false
96+
immutability_period_in_days = 1
97+
protected_append_writes_all_enabled = false
98+
protected_append_writes_enabled = false
99+
}
100+
}
101+
}
102+
}
82103
}

infrastructure/tf-audit/environments/production.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ storage_accounts = {
7979
public_network_access_enabled = false
8080
blob_properties_delete_retention_policy = 28
8181
blob_properties_versioning_enabled = true
82+
access_tier = "Cold"
8283
containers = {
8384
sql-backups-immutable = {
8485
container_name = "sql-backups-immutable"

0 commit comments

Comments
 (0)