Skip to content

Commit 6d9215e

Browse files
committed
fix: clean up test inputs
1 parent 2a22d37 commit 6d9215e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/existing-resources/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ output "secrets_manager_kms_instance_crn" {
1818
description = "CRN of created secret manager KMS instance"
1919
}
2020

21-
output "event_notification_instance_crn" {
21+
output "event_notifications_instance_crn" {
2222
value = module.event_notifications.crn
2323
description = "CRN of created event notification"
2424
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func TestRunExistingResourcesInstancesFullyConfigurable(t *testing.T) {
162162
{Name: "prefix", Value: options.Prefix, DataType: "string"},
163163
{Name: "region", Value: region, DataType: "string"},
164164
{Name: "existing_resource_group_name", Value: terraform.Output(t, existingTerraformOptions, "resource_group_name"), DataType: "string"},
165-
{Name: "existing_event_notification_instance_crn", Value: terraform.Output(t, existingTerraformOptions, "event_notification_instance_crn"), DataType: "string"},
165+
{Name: "existing_event_notifications_instance_crn", Value: terraform.Output(t, existingTerraformOptions, "event_notifications_instance_crn"), DataType: "string"},
166166
{Name: "existing_secrets_manager_kms_key_crn", Value: terraform.Output(t, existingTerraformOptions, "secrets_manager_kms_key_crn"), DataType: "string"},
167167
{Name: "kms_encryption_enabled", Value: true, DataType: "bool"},
168168
{Name: "service_plan", Value: "trial", DataType: "string"},

0 commit comments

Comments
 (0)