Skip to content

Commit 9191caf

Browse files
authored
Update org KAJ policy config tests to use target org (#15303)
1 parent fe01487 commit 9191caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/products/kms/OrganizationKajPolicyConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ examples:
5555
primary_resource_id: "example"
5656
min_version: 'beta'
5757
test_env_vars:
58-
org_id: 'ORG_ID'
58+
org_id: 'ORG_TARGET'
5959
parameters:
6060
- name: 'organization'
6161
type: String

mmv1/third_party/terraform/services/kms/resource_kms_organization_kaj_policy_config_test.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func TestAccKMSOrganizationKajPolicyConfig_update(t *testing.T) {
1515
t.Parallel()
1616

1717
context := map[string]interface{}{
18-
"org_id": envvar.GetTestOrgFromEnv(t),
18+
"org_id": envvar.GetTestOrgTargetFromEnv(t),
1919
"random_suffix": acctest.RandString(t, 10),
2020
}
2121

0 commit comments

Comments
 (0)