Skip to content

Commit d98dd4d

Browse files
fully configurable
1 parent b97dc29 commit d98dd4d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

solutions/basic/stack_definition.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,10 @@
658658
"name": "region",
659659
"value": "ref:../../inputs/region"
660660
},
661+
{
662+
"name": "deletion_protection",
663+
"value": false
664+
},
661665
{
662666
"name": "prefix",
663667
"value": "ref:../../inputs/prefix"

solutions/standard/stack_definition.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,10 @@
690690
"name": "region",
691691
"value": "ref:../../inputs/region"
692692
},
693+
{
694+
"name": "deletion_protection",
695+
"value": false
696+
},
693697
{
694698
"name": "prefix",
695699
"value": "ref:../../inputs/prefix"

tests/pr_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ func TestProjectsBasicExistingResourcesTest(t *testing.T) {
136136
"existing_event_notification_instance_crn": terraform.Output(t, existingTerraformOptions, "event_notification_instance_crn"),
137137
"event_notifications_email_list": []string{"[email protected]"},
138138
"secrets_manager_secret_groups": []string{}, // Don't create any secret groups in existing instance (The default 'General' group already exists)
139+
139140
}
140141

141142
err := options.RunProjectsTest()

0 commit comments

Comments
 (0)