Skip to content

Commit d47ecd4

Browse files
pass cis
1 parent bd173d4 commit d47ecd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pr_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ func TestRunSolutionsFullyConfigurableSchematics(t *testing.T) {
122122
{Name: "prefix", Value: options.Prefix, DataType: "string"},
123123
{Name: "existing_secrets_manager_crn", Value: permanentResources["secretsManagerCRN"], DataType: "string"},
124124
{Name: "acme_letsencrypt_private_key_secrets_manager_secret_crn", Value: permanentResources["acme_letsencrypt_private_key_secret_crn"], DataType: "string"},
125+
{Name: "internet_services_crn", Value: permanentResources["cisInstanceId"], DataType: "string"},
125126
{Name: "skip_iam_authorization_policy", Value: true, DataType: "bool"}, // A permanent cis-sm auth policy already exists in the account
126127
}
127128

0 commit comments

Comments
 (0)