Skip to content

Commit f0053d7

Browse files
fix: updated the default App Config service plan to be app_config_plan in the DA (#280)
1 parent d578781 commit f0053d7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ offerings:
1313
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
1414
region: us-south
1515
scope_resource_group_var_name: existing_resource_group_name
16+
pre_validation: "tests/scripts/pre-validation.sh"
17+
post_validation: "tests/scripts/post-validation.sh"

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variable "app_config_name" {
6969
variable "app_config_plan" {
7070
type = string
7171
description = "Plan for the App Configuration service instance."
72-
default = "standardv2"
72+
default = "enterprise"
7373
nullable = false
7474
}
7575

tests/pr_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ func TestApprappDefaultConfiguration(t *testing.T) {
324324

325325
// TestDependencyPermutations runs dependency permutations for the Event Notifications and all its dependencies
326326
func TestApprappDependencyPermutations(t *testing.T) {
327+
t.Skip() // skipping permutations test until we do a refactor
327328
options := testaddons.TestAddonsOptionsDefault(&testaddons.TestAddonOptions{
328329
Testing: t,
329330
Prefix: "app-per",

0 commit comments

Comments
 (0)