Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test-deploy
name: Test deploy

on:
workflow_dispatch:
Expand Down
7 changes: 0 additions & 7 deletions infrastructure/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
crash.log
crash.*.log

# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json

# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf
Expand Down
10 changes: 10 additions & 0 deletions infrastructure/environments/poc/variables.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
features = {
front_door = false
hub_and_spoke = false
private_networking = false
}
postgres_backup_retention_days = 7
postgres_geo_redundant_backup_enabled = false
private_networking = false
protect_keyvault = false
vnet_address_space = "10.65.0.0/16"
Loading