Skip to content

Commit

Permalink
Ensure vars have hypens.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachberger committed Nov 11, 2023
1 parent 957a26f commit 1acf112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/logging/FolderSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ examples:
name: "logging_folder_settings"
primary_resource_id: "example"
vars:
key_name: "key"
keyring_name: "keyring"
folder_name: "folder"
key_name: "k-"
keyring_name: "keyring-"
folder_name: "folder-"
test_env_vars:
org_id: :ORG_ID

Expand Down
4 changes: 2 additions & 2 deletions mmv1/products/logging/OrganizationSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ examples:
name: "logging_organization_settings"
primary_resource_id: "example"
vars:
key_name: "key"
keyring_name: "keyring"
key_name: "key-"
keyring_name: "keyring"-
test_env_vars:
org_id: :ORG_ID

Expand Down

0 comments on commit 1acf112

Please sign in to comment.