Skip to content

Commit c6f715b

Browse files
fix: remove tfvars files from .gitignore
1 parent f93cff5 commit c6f715b

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test-deploy
1+
name: Test deploy
22

33
on:
44
workflow_dispatch:

infrastructure/.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
crash.log
1212
crash.*.log
1313

14-
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
15-
# password, private keys, and other secrets. These should not be part of version
16-
# control as they are data points which are potentially sensitive and subject
17-
# to change depending on the environment.
18-
*.tfvars
19-
*.tfvars.json
20-
2114
# Ignore override files as they are usually used to override resources locally and so
2215
# are not checked in
2316
override.tf
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
features = {
2+
front_door = false
3+
hub_and_spoke = false
4+
private_networking = false
5+
}
6+
postgres_backup_retention_days = 7
7+
postgres_geo_redundant_backup_enabled = false
8+
private_networking = false
9+
protect_keyvault = false
10+
vnet_address_space = "10.65.0.0/16"

0 commit comments

Comments
 (0)